Skip to content

Commit

Permalink
Unquote right_shift in the syntax for overloadable_binary_operator
Browse files Browse the repository at this point in the history
  • Loading branch information
svick committed Sep 1, 2018
1 parent 8b155d4 commit 9a1a5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/classes.md
Expand Up @@ -3532,7 +3532,7 @@ binary_operator_declarator
overloadable_binary_operator
: '+' | '-' | '*' | '/' | '%' | '&' | '|' | '^' | '<<'
| 'right_shift' | '==' | '!=' | '>' | '<' | '>=' | '<='
| right_shift | '==' | '!=' | '>' | '<' | '>=' | '<='
;
conversion_operator_declarator
Expand Down

0 comments on commit 9a1a5b8

Please sign in to comment.