documentation: there is no unary + operator

pull/11423/head
Charles Brunet 2 years ago committed by Eli Schwartz
parent 1c00375ed8
commit 4a357ba6b2
  1. 2
      docs/markdown/Syntax.md

@ -815,5 +815,5 @@ STRING_MULTILINE_VALUE: \.*?(''')\
STRING_SIMPLE_VALUE: \.*?(?<!\\)(\\\\)*?'\
subscript_expression: postfix_expression "[" expression "]"
unary_expression: postfix_expression | (unary_operator unary_expression)
unary_operator: "not" | "+" | "-"
unary_operator: "not" | "-"
```

Loading…
Cancel
Save