Skip to content

Commit

Permalink
Changing sentance structure in a grammar rule explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
breckinloggins committed Jul 9, 2011
1 parent 709dc73 commit eb53670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grammar.coffee
Expand Up @@ -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'
Expand Down

0 comments on commit eb53670

Please sign in to comment.