Typing error

This commit is contained in:
Volker Berlin 2021-08-29 12:17:54 +02:00
parent 4d1c2730bb
commit 76b84e3eee

View File

@ -31,7 +31,7 @@ public enum ScriptEngine {
*/
SpiderMonkey,
/**
* Convert the text output with the nightly wabt.js (https://github.com/AssemblyScript/wabt.js/) and tun the test
* Convert the text output with the nightly wabt.js (https://github.com/AssemblyScript/wabt.js/) and test it
* with nodejs. GC is disabled.
*/
NodeWat,