Skip to content

Commit 350400b

Browse files
[create-pull-request] automated change (#1344)
Co-authored-by: BillWagner <[email protected]>
1 parent 413e964 commit 350400b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

standard/grammar.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ operator_or_punctuator
377377
| '+' | '-' | ASTERISK | SLASH | '%' | '&' | '|' | '^' | '!' | '~'
378378
| '=' | '<' | '>' | '?' | '??' | '::' | '++' | '--' | '&&' | '||'
379379
| '->' | '==' | '!=' | '<=' | '>=' | '+=' | '-=' | '*=' | '/=' | '%='
380-
| '&=' | '|=' | '^=' | '<<' | '<<=' | '=>'
380+
| '&=' | '|=' | '^=' | '<<' | '<<=' | '=>' | '??='
381381
;
382382
383383
right_shift
@@ -1473,7 +1473,7 @@ assignment
14731473
;
14741474
14751475
assignment_operator
1476-
: '=' 'ref'? | '+=' | '-=' | '*=' | '/=' | '%=' | '&=' | '|=' | '^=' | '<<='
1476+
: '=' 'ref'? | '+=' | '-=' | '*=' | '/=' | '%=' | '&=' | '|=' | '^=' | '<<=' | '??='
14771477
| right_shift_assignment
14781478
;
14791479

0 commit comments

Comments
 (0)