Skip to content

Commit

Permalink
Update flex.cpp (#860)
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
cuppajoeman authored May 6, 2024
1 parent a58e6e6 commit 65296b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ftxui/dom/flex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,14 @@ class Flex : public Node {

} // namespace

/// @brief An element that will take expand proportionnally to the space left in
/// @brief An element that will take expand proportionally to the space left in
/// a container.
/// @ingroup dom
Element filler() {
return std::make_shared<Flex>(function_flex);
}

/// @brief Make a child element to expand proportionnally to the space left in a
/// @brief Make a child element to expand proportionally to the space left in a
/// container.
/// @ingroup dom
///
Expand Down

0 comments on commit 65296b9

Please sign in to comment.