Skip to content

Commit 9e8b46f

Browse files
committed
rollup merge of rust-lang#19669: alfie/master
2 parents 7eabbf7 + b9c3b56 commit 9e8b46f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3145,8 +3145,8 @@ as
31453145
```
31463146

31473147
Operators at the same precedence level are evaluated left-to-right. [Unary
3148-
operators](#unary-operator-expressions) have the same precedence level and it
3149-
is stronger than any of the binary operators'.
3148+
operators](#unary-operator-expressions) have the same precedence level and are
3149+
stronger than any of the binary operators.
31503150

31513151
### Grouped expressions
31523152

0 commit comments

Comments
 (0)