From 1e2057f1feb88b3d86929f2bc8d540a60cdf796b Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Thu, 18 Sep 2025 23:10:17 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- docs/README-emscripten.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README-emscripten.md b/docs/README-emscripten.md index aa6a1e3f30..facda486f2 100644 --- a/docs/README-emscripten.md +++ b/docs/README-emscripten.md @@ -101,7 +101,7 @@ don't want any shutdown code that might be sitting below this code to actually run if main() were to continue on, since we're just getting started. -Another option is to use SDL' main callbacks, which handle this for you +Another option is to use SDL's main callbacks, which handle this for you without platform-specific code in your app. Please refer to [the wiki](https://wiki.libsdl.org/SDL3/README-main-functions#main-callbacks-in-sdl3) or `docs/README-main-functions.md` in the SDL source code.