File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,9 +150,9 @@ The precedence of an operator is established by the definition of its associated
150
150
> | [§11.11](expressions.md#1111-relational-and-type-testing-operators) | Equality | `==` `!=`
151
151
> | [§11.12](expressions.md#1112-logical-operators) | Logical AND | `&`
152
152
> | [§11.12](expressions.md#1112-logical-operators) | Logical XOR | `^`
153
- > | [§11.12](expressions.md#1112-logical-operators) | Logical OR | `\ |`
153
+ > | [§11.12](expressions.md#1112-logical-operators) | Logical OR | `|`
154
154
> | [§11.13](expressions.md#1113-conditional-logical-operators) | Conditional AND | `&&`
155
- > | [§11.13](expressions.md#1113-conditional-logical-operators) | Conditional OR | `\|\ |`
155
+ > | [§11.13](expressions.md#1113-conditional-logical-operators) | Conditional OR | `| |`
156
156
> | [§11.14](expressions.md#1114-the-null-coalescing-operator) | Null coalescing | `??`
157
157
> | [§11.15](expressions.md#1115-conditional-operator) | Conditional | `?:`
158
158
> | [§11.18](expressions.md#1118-assignment-operators) and [§11.16](expressions.md#1116-anonymous-function-expressions) | Assignment and lambda expression | `=` `*=` `/=` `%=` `+=` `-=` `<<=` `>>=` `&=` `^=` `\|=` `=>`
You can’t perform that action at this time.
0 commit comments