Skip to content

Commit

Permalink
Correct Parser code example
Browse files Browse the repository at this point in the history
  • Loading branch information
VelocityRa authored Nov 12, 2016
1 parent 26dd008 commit 0e960c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func parseExpression() -> ExpressionNode {
...
}
func parseExpression() -> PrimaryExpressionNode {
func parsePrimaryExpression() -> PrimaryExpressionNode {
return parseExpression() || parseNumber()
}
~~~
Expand Down

0 comments on commit 0e960c1

Please sign in to comment.