From 8737bbe9709664e3a6f2336a3a5b080e611a30df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=BCwel?= Date: Sat, 7 Jan 2023 15:12:05 +0100 Subject: [PATCH] Fixses mostly unimportant typo in documentation of WindowBase modified: include/SFML/Window/WindowBase.hpp --- include/SFML/Window/WindowBase.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SFML/Window/WindowBase.hpp b/include/SFML/Window/WindowBase.hpp index 750a15696..a81b8a7e8 100644 --- a/include/SFML/Window/WindowBase.hpp +++ b/include/SFML/Window/WindowBase.hpp @@ -157,7 +157,7 @@ public: bool isOpen() const; //////////////////////////////////////////////////////////// - /// \brief Pop the event on top of the event queue, if any, and return it + /// \brief Pop the event from top of the event queue, if any, and return it /// /// This function is not blocking: if there's no pending event then /// it will return false and leave \a event unmodified.