Add missing backtick

https://github.com/SFML/SFML-Website/pull/234#issuecomment-2465666419

Co-authored-by: kimci86 <kimci86@hotmail.fr>
This commit is contained in:
Chris Thrasher 2024-11-08 13:41:35 -07:00
parent 1df88e5664
commit 06108ddf18

View File

@ -96,7 +96,7 @@ public:
/// This color is modulated (multiplied) with the shape's /// This color is modulated (multiplied) with the shape's
/// texture if any. It can be used to colorize the shape, /// texture if any. It can be used to colorize the shape,
/// or change its global opacity. /// or change its global opacity.
/// You can use `sf::Color::Transparent to make the inside of /// You can use `sf::Color::Transparent` to make the inside of
/// the shape transparent, and have the outline alone. /// the shape transparent, and have the outline alone.
/// By default, the shape's fill color is opaque white. /// By default, the shape's fill color is opaque white.
/// ///