summaryrefslogtreecommitdiff
path: root/public/vendor/codemirror/mode/crystal/crystal.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/vendor/codemirror/mode/crystal/crystal.js')
-rw-r--r--public/vendor/codemirror/mode/crystal/crystal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/vendor/codemirror/mode/crystal/crystal.js b/public/vendor/codemirror/mode/crystal/crystal.js
index 2e74bee4..e63627ce 100644
--- a/public/vendor/codemirror/mode/crystal/crystal.js
+++ b/public/vendor/codemirror/mode/crystal/crystal.js
@@ -209,7 +209,7 @@
// Operators
if (stream.match(operators)) {
- stream.eat("="); // Operators can follow assigin symbol.
+ stream.eat("="); // Operators can follow assign symbol.
return "operator";
}