From: Jean Privat Date: Fri, 12 Jun 2015 02:53:31 +0000 (-0400) Subject: lib/emscripten: talk about `nitc` (not `nitg`) X-Git-Tag: v0.7.6~42^2~8 X-Git-Url: http://nitlanguage.org lib/emscripten: talk about `nitc` (not `nitg`) Signed-off-by: Jean Privat --- diff --git a/lib/emscripten.nit b/lib/emscripten.nit index 2277a51..3da59cc 100644 --- a/lib/emscripten.nit +++ b/lib/emscripten.nit @@ -16,7 +16,7 @@ # Platform for the _emscripten_ framework # -# Importing this module from your project will tell `nitg` to compile +# Importing this module from your project will tell `nitc` to compile # to JavaScript for the _emscripten_ framework. module emscripten is platform