Skip to content

Commit

Permalink
Remove gratuitous file change
Browse files Browse the repository at this point in the history
  • Loading branch information
septract authored and cp526 committed Aug 17, 2024
1 parent bf30cc6 commit bbe0233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/cn/manual/grammar.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@
| LBRACE <nonempty_cn_params> RBRACE
| STRUCT <cn_variable>
| CN_DATATYPE <cn_variable>
| CN_LIST LT <base_type> GT
| CN_MAP LT <base_type> COMMA <base_type> GT
| CN_LIST LT <base_type> GT
| CN_TUPLE LT [<base_type> (COMMA <base_type>)*] GT
| CN_SET LT <base_type> GT
Expand Down

0 comments on commit bbe0233

Please sign in to comment.