Skip to content

Commit

Permalink
refs #2431: Fix underscores in rules
Browse files Browse the repository at this point in the history
  • Loading branch information
beutlich committed Oct 10, 2019
1 parent 69b8e8f commit c8d4ac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/syntax.tex
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,8 @@ \subsection{Expressions}\doublelabel{expressions1}
"(" [ function-arguments ] ")"

function-arguments :
expression [ "," function_arguments-non-first | for for_indices ]
| function name "(" [ named_arguments ] ")" [ "," function-arguments-non-first ]
expression [ "," function-arguments-non-first | for for-indices ]
| function name "(" [ named-arguments ] ")" [ "," function-arguments-non-first ]
| named-arguments

function-arguments-non-first :
Expand Down

0 comments on commit c8d4ac5

Please sign in to comment.