We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee284b6 commit 8fa2054Copy full SHA for 8fa2054
standard/lexical-structure.md
@@ -608,7 +608,7 @@ A ***contextual keyword*** is an identifier-like sequence of characters that has
608
contextual_keyword
609
: 'add' | 'alias' | 'ascending' | 'async' | 'await'
610
| 'by' | 'descending' | 'dynamic' | 'equals' | 'from'
611
- | 'get' | 'global' | 'group' | `init` | 'into'
+ | 'get' | 'global' | 'group' | 'init' | 'into'
612
| 'join' | 'let' | 'nameof' | 'notnull' | 'on'
613
| 'orderby' | 'partial' | 'remove' | 'select' | 'set'
614
| 'unmanaged' | 'value' | 'var' | 'when' | 'where'
0 commit comments