Fix references in docs

This commit is contained in:
Maia
2025-01-14 18:19:24 +01:00
committed by Sam Lantinga
parent 0aa319e4f9
commit 417ed7f35f
2 changed files with 6 additions and 6 deletions

View File

@@ -38,7 +38,7 @@
* at all).
*
* There is other forms of control, too: SDL_PeepEvents() has more
* functionality at the cost of more complexity, and SDL_WaitEvents() can
* functionality at the cost of more complexity, and SDL_WaitEvent() can
* block the process until something interesting happens, which might be
* beneficial for certain types of programs on low-power hardware. One may
* also call SDL_AddEventWatch() to set a callback when new events arrive.