This commit is contained in:
Gabor Greif
2020-09-13 15:44:16 +02:00
parent 4bce493d8c
commit 03072d8f79
+1 -1
View File
@@ -27,7 +27,7 @@ import Language.Wasm.Binary as Binary
parse :: LBS.ByteString -> Either String Module
parse content = Lexer.scanner content >>= Parser.parseModule
-- | Parse WebAssembly extended scipt grammar
-- | Parse WebAssembly extended script grammar
parseScript :: LBS.ByteString -> Either String Script
parseScript content = Lexer.scanner content >>= Parser.parseScript