Просмотр исходного кода

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 9 месяцев назад
Родитель
Сommit
1e2057f1fe
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/README-emscripten.md

+ 1 - 1
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
 to actually run if main() were to continue on, since we're just
 getting started.
 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
 without platform-specific code in your app. Please refer to
 [the wiki](https://wiki.libsdl.org/SDL3/README-main-functions#main-callbacks-in-sdl3)
 [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.
 or `docs/README-main-functions.md` in the SDL source code.