Skip to content

Commit fba510e

Browse files
authored
fixed a typo (#1110)
1 parent 775ad9c commit fba510e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ftxui/dom/size.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class Size : public Node {
8181
} // namespace
8282

8383
/// @brief Apply a constraint on the size of an element.
84-
/// @param direction Whether the WIDTH of the HEIGHT of the element must be
84+
/// @param direction Whether the WIDTH or the HEIGHT of the element must be
8585
/// constrained.
8686
/// @param constraint The type of constaint.
8787
/// @param value The value.

0 commit comments

Comments
 (0)