From 70748498141c960ee230b98772eadf5218d92ff9 Mon Sep 17 00:00:00 2001 From: tverrbjelke Date: Wed, 25 Jan 2023 07:50:18 +0100 Subject: [PATCH] Fixes 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 a81b8a7e..789c2738 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 from top of the event queue, if any, and return it + /// \brief Pop the next event from the front of the FIFO 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.