From 0215d2526ed177022386deb10fc05cb57fbf7e77 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 3 Jul 2015 21:52:53 +0300 Subject: [PATCH] Fix typo --- SDL2pp/Point.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;