diff --git a/include/SFML/Graphics/Shape.hpp b/include/SFML/Graphics/Shape.hpp index cd45f9fb2..f0c4b2a22 100644 --- a/include/SFML/Graphics/Shape.hpp +++ b/include/SFML/Graphics/Shape.hpp @@ -96,7 +96,7 @@ public: /// This color is modulated (multiplied) with the shape's /// texture if any. It can be used to colorize the shape, /// 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. /// By default, the shape's fill color is opaque white. ///