From 07875320fe8f6b0924d95fc19cfdb4ba27f3a3ef Mon Sep 17 00:00:00 2001 From: Chris Thrasher Date: Fri, 8 Nov 2024 15:23:04 -0700 Subject: [PATCH] Add missing backtick --- include/SFML/System/Vector2.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SFML/System/Vector2.hpp b/include/SFML/System/Vector2.hpp index c85d5e199..e031e6beb 100644 --- a/include/SFML/System/Vector2.hpp +++ b/include/SFML/System/Vector2.hpp @@ -242,7 +242,7 @@ constexpr Vector2& operator+=(Vector2& left, Vector2 right); /// \brief Overload of binary `operator-=` /// /// This operator performs a member-wise subtraction of both vectors, -/// and assigns the result to \a `left. +/// and assigns the result to \a `left`. /// /// \param left Left operand (a vector) /// \param right Right operand (a vector)