From 06108ddf18db6d70c4e4f27ba7febd7dc93ef206 Mon Sep 17 00:00:00 2001 From: Chris Thrasher Date: Fri, 8 Nov 2024 13:41:35 -0700 Subject: [PATCH] Add missing backtick https://github.com/SFML/SFML-Website/pull/234#issuecomment-2465666419 Co-authored-by: kimci86 --- include/SFML/Graphics/Shape.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ///