fixed a typo (#1110)

This commit is contained in:
nodeluna
2025-09-07 07:19:17 +00:00
committed by GitHub
parent 775ad9ce5e
commit fba510ec02

View File

@@ -81,7 +81,7 @@ class Size : public Node {
} // namespace
/// @brief Apply a constraint on the size of an element.
/// @param direction Whether the WIDTH of the HEIGHT of the element must be
/// @param direction Whether the WIDTH or the HEIGHT of the element must be
/// constrained.
/// @param constraint The type of constaint.
/// @param value The value.