Skip to content

Commit

Permalink
update the keywords. (#3052)
Browse files Browse the repository at this point in the history
remove duplicate keyword "assert", and add "do" keyword
  • Loading branch information
jiangweifeng authored Jan 11, 2022
1 parent 24227fc commit 808b38c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/modules/language-guide/pages/language-manual.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ All comments are treated as whitespace.
The following keywords are reserved and may not be used as identifiers:

```bnf
actor and assert assert await break case
catch class continue debug debug_show else flexible
actor and assert await break case
catch class continue debug debug_show do else flexible
false for func if ignore in import not null object or
label let loop private public query return
shared stable system switch true try
Expand Down

0 comments on commit 808b38c

Please sign in to comment.