diff --git a/src/ftxui/dom/border.cpp b/src/ftxui/dom/border.cpp index b6756980335acf49e46e7c75b1d984c5ece58618..596b7072e61b5659416590c703e650cf26259dde 100644 --- a/src/ftxui/dom/border.cpp +++ b/src/ftxui/dom/border.cpp @@ -267,7 +267,7 @@ Decorator borderStyled(BorderStyle style, Color foreground_color) { }; } -/// @brief Draw a light border around the element. +/// @brief Draw a dashed border around the element. /// @ingroup dom /// @see border /// @see borderLight @@ -302,7 +302,7 @@ Element borderDashed(Element child) { return std::make_shared<Border>(unpack(std::move(child)), DASHED); } -/// @brief Draw a dashed border around the element. +/// @brief Draw a light border around the element. /// @ingroup dom /// @see border /// @see borderLight