summaryrefslogtreecommitdiff
path: root/src/wasm.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm.js')
-rw-r--r--src/wasm.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm.js b/src/wasm.js
index 6761d0f5..38ca2f8f 100644
--- a/src/wasm.js
+++ b/src/wasm.js
@@ -227,7 +227,7 @@ var JSStringWriter = function() {
JSStringWriter.prototype = Object.create(JSWriter.prototype);
-// AstLexer ///////////////////////////////////////////////////////////////////////
+// AstLexer ////////////////////////////////////////////////////////////////////
var AstLexer = function() {
throw "AstLexer must be created with $fromBuffer";
};