Skip to content

Commit

Permalink
fix grammar edit error
Browse files Browse the repository at this point in the history
  • Loading branch information
RexJaeschke authored Nov 14, 2024
1 parent 3f75e65 commit b29c023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standard/statements.md
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ If a *local_variable_initializer* is present then its type shall be appropriate

```ANTLR
explicitly_typed_ref_local_variable_declaration
: explicitly_typed_ref_kind type ref_local_variable_declarators
: ref_kind type explicitly_typed_ref_local_variable_declarators
;
explicitly_typed_ref_local_variable_declarators
Expand Down

0 comments on commit b29c023

Please sign in to comment.