Merge pull request #1 from BrianAnakPintar/BrianAnakPintar-typo-fix

Fixed typo on border
This commit is contained in:
Brian 2024-11-20 13:37:42 -07:00 committed by GitHub
commit a116b06f18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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