This commit is contained in:
Dmitry Marakasov 2015-07-03 21:52:53 +03:00
parent 2a337227e4
commit 0215d2526e

View File

@ -181,7 +181,7 @@ public:
/// ///
/// \param[in] value Divisor /// \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; Point operator/(int value) const;