summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/www/gfse/localstorage.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/www/gfse/localstorage.js b/src/www/gfse/localstorage.js
index 31201998c..696a432fb 100644
--- a/src/www/gfse/localstorage.js
+++ b/src/www/gfse/localstorage.js
@@ -1,6 +1,6 @@
-// We use localStorage to store the grammars,
-// see http://diveintohtml5.org/storage.html
+// Grammars are stored locally in the browser using localStorage.
+// See http://diveintohtml5.info/storage.html
var local={
prefix:"gf.editor.simple.grammar",