From fba510ec0201ddd9e323132feb6a86ed9db9b646 Mon Sep 17 00:00:00 2001 From: nodeluna Date: Sun, 7 Sep 2025 07:19:17 +0000 Subject: [PATCH] fixed a typo (#1110) --- src/ftxui/dom/size.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ftxui/dom/size.cpp b/src/ftxui/dom/size.cpp index 1f472649..6ba2ee5b 100644 --- a/src/ftxui/dom/size.cpp +++ b/src/ftxui/dom/size.cpp @@ -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.