diff --git a/SDL2pp/Point.hh b/SDL2pp/Point.hh index 026dbc3..5db0cc3 100644 --- a/SDL2pp/Point.hh +++ b/SDL2pp/Point.hh @@ -181,7 +181,7 @@ public: /// /// \param[in] value Divisor /// - /// \returns New Point representing memberwise division of point by and integer + /// \returns New Point representing memberwise division of point by an integer /// //////////////////////////////////////////////////////////// Point operator/(int value) const;