about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--doc/rust.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rust.md b/doc/rust.md
index 91989459a81..db04edf56b1 100644
--- a/doc/rust.md
+++ b/doc/rust.md
@@ -2033,7 +2033,7 @@ as
 =
 ~~~~
 
-Operators at the same precedence level are evaluated left-to-right. [`Unary operators`](#unary-operator-expressions)
+Operators at the same precedence level are evaluated left-to-right. [Unary operators](#unary-operator-expressions)
 have the same precedence level and it is stronger than any of the binary operators.
 
 ### Grouped expressions