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)