Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
BillWagner authored Feb 4, 2025
1 parent 4041a8a commit 94f28ea
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions standard/grammar.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,12 +208,12 @@ keyword
// Source: §6.4.4 Keywords
contextual_keyword
: 'add' | 'alias' | 'ascending' | 'async' | 'await'
| 'by' | 'descending' | 'dynamic' | 'equals' | 'from'
| 'get' | 'global' | 'group' | 'into' | 'join'
| 'let' | 'nameof' | 'on' | 'orderby' | 'partial'
| 'remove' | 'select' | 'set' | 'unmanaged' | 'value'
| 'var' | 'when' | 'where' | 'yield'
: 'add' | 'alias' | 'ascending' | 'async' | 'await'
| 'by' | 'descending' | 'dynamic' | 'equals' | 'from'
| 'get' | 'global' | 'group' | 'into' | 'join'
| 'let' | 'nameof' | 'notnull' | 'on' | 'orderby'
| 'partial' | 'remove' | 'select' | 'set' | 'unmanaged'
| 'value' | 'var' | 'when' | 'where' | 'yield'
;
// Source: §6.4.5.1 General
Expand Down

0 comments on commit 94f28ea

Please sign in to comment.