From 9fd18a93b7cc51e3a44eebd00e80067d76a52d7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Horv=C3=A1th?= Date: Thu, 30 May 2013 15:24:08 +0200 Subject: [PATCH] Minor style fix. --- doc/rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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