Skip to content
Snippets Groups Projects
Unverified Commit ad0392ec authored by Brian's avatar Brian Committed by GitHub
Browse files

Fixed typo on border (#956)

Fixed minor issue in function name
parent 70bc44d2
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment