Skip to content

Commit

Permalink
style: fix typo in mark docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pauloamed committed Sep 11, 2024
1 parent fd34897 commit 60eda09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/vaev-style/values.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ Res<FlexDirection> ValueParser<FlexDirection>::parse(Cursor<Css::Sst> &c) {
return Error::invalidData("expected flex direction");
}

// Mark: FlexWrap
// MARK: FlexWrap
// https://drafts.csswg.org/css-flexbox-1/#flex-wrap-property
Res<FlexWrap> ValueParser<FlexWrap>::parse(Cursor<Css::Sst> &c) {
if (c.ended())
Expand Down

0 comments on commit 60eda09

Please sign in to comment.