From e93158e9e67d7146fe658e1fa210bedb880a96ed Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 19 Feb 2016 23:51:45 +0300 Subject: [PATCH] Fix typo in documentation --- SDL2pp/Rect.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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