Fixed typo

This commit is contained in:
Sam Lantinga 2024-09-13 14:59:52 -07:00
parent 1c5b063ade
commit 93caf1cd21
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ extern "C" {
* Calling this function will replace any previous error message that was set.
*
* This function always returns SDL_FALSE, since SDL frequently uses SDL_FALSE
* to signify an failing result, leading to this idiom:
* to signify a failing result, leading to this idiom:
*
* ```c
* if (error_code) {