Fixses mostly unimportant typo in documentation of WindowBase

modified:   include/SFML/Window/WindowBase.hpp
This commit is contained in:
Andreas Hüwel 2023-01-07 15:12:05 +01:00 committed by Chris Thrasher
parent 0c418dce4d
commit 8737bbe970

View File

@ -157,7 +157,7 @@ public:
bool isOpen() const; 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 /// This function is not blocking: if there's no pending event then
/// it will return false and leave \a event unmodified. /// it will return false and leave \a event unmodified.