Skip to content

Commit 9fd18a9

Browse files
committed
Minor style fix.
1 parent e583d5a commit 9fd18a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2033,7 +2033,7 @@ as
20332033
=
20342034
~~~~
20352035

2036-
Operators at the same precedence level are evaluated left-to-right. [`Unary operators`](#unary-operator-expressions)
2036+
Operators at the same precedence level are evaluated left-to-right. [Unary operators](#unary-operator-expressions)
20372037
have the same precedence level and it is stronger than any of the binary operators.
20382038

20392039
### Grouped expressions

0 commit comments

Comments
 (0)