diff --git a/SDL2pp/Rect.hh b/SDL2pp/Rect.hh index 39bb54f..1731ccc 100644 --- a/SDL2pp/Rect.hh +++ b/SDL2pp/Rect.hh @@ -1,6 +1,6 @@ /* libSDL2pp - C++11 bindings/wrapper for SDL2 - Copyright (C) 2013-2015 Dmitry Marakasov + Copyright (C) 2013-2016 Dmitry Marakasov This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -126,7 +126,7 @@ public: } //////////////////////////////////////////////////////////// - /// \brief Construct the rect from given centers coordinates + /// \brief Construct the rect from given corners coordinates /// /// \param[in] p1 Coordinates of the top left rectangle corner /// \param[in] p2 Coordinates of the bottom right rectangle corner