Skip to content

Commit f07526a

Browse files
committed
auto merge of #19669 : alfie/rust/master, r=sanxiyn
2 parents 444fa1b + b9c3b56 commit f07526a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/reference.md

+2-2
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)