Skip to content

Commit

Permalink
Fix bug in action-or-expr grammar
Browse files Browse the repository at this point in the history
Fixes #1059
  • Loading branch information
jclark committed Jul 25, 2022
1 parent f176807 commit b6121d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -7141,7 +7141,7 @@ <h3>Actions</h3>
| checking-action-or-expr
| trap-action-or-expr
| query-action-or-expr
| <code>(</code> action <code>)</code>
| <code>(</code> action-or-expr <code>)</code>

type-cast-action-or-expr := <code>&lt;</code> type-cast-param <code>&gt;</code> action-or-expr
checking-action-or-expr := checking-keyword action-or-expr
Expand Down

0 comments on commit b6121d6

Please sign in to comment.