Explorar o código

docs: Remove "more on this later" comment for something already covered.

Ryan C. Gordon %!s(int64=2) %!d(string=hai) anos
pai
achega
f788a671e4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/README-emscripten.md

+ 1 - 1
docs/README-emscripten.md

@@ -128,7 +128,7 @@ documentation than this for the finer points).
 
 Even when using threads, your main thread needs to set an Emscripten
 mainloop that runs quickly and returns, or things will fail to work
-correctly. More on this later.
+correctly.
 
 You should definitely read [Emscripten's pthreads docs](https://emscripten.org/docs/porting/pthreads.html)
 for all the finer points. Mostly SDL's thread API will work as expected,