Changing sentance structure in a grammar rule explanation

This commit is contained in:
breckinloggins
2011-07-09 18:33:19 -05:00
parent 709dc73c27
commit eb53670676

View File

@@ -120,7 +120,7 @@ grammar =
o 'STRING', -> new Literal $1
]
# All of our immediate values. These can (in general) be passed straight
# All of our immediate values. Generally these can be passed straight
# through and printed to JavaScript.
Literal: [
o 'AlphaNumeric'