From e583d5a6b6f14cff5db0ed8f2f88bfc70481bd71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Horv=C3=A1th?= Date: Thu, 30 May 2013 15:20:30 +0200 Subject: [PATCH 1/3] Minor documentation addition. --- doc/rust.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/rust.md b/doc/rust.md index 4a7f9544a118..91989459a812 100644 --- a/doc/rust.md +++ b/doc/rust.md @@ -2033,7 +2033,8 @@ as = ~~~~ -Operators at the same precedence level are evaluated left-to-right. +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 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 2/3] 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 91989459a812..db04edf56b1e 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 From 0d9ea4e2d1345f259278931637dbcecdb483dc68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Horv=C3=A1th?= Date: Thu, 30 May 2013 15:26:25 +0200 Subject: [PATCH 3/3] Minor grammar fix. --- doc/rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rust.md b/doc/rust.md index db04edf56b1e..f2cb9ef5e0e1 100644 --- a/doc/rust.md +++ b/doc/rust.md @@ -2034,7 +2034,7 @@ as ~~~~ 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. +have the same precedence level and it is stronger than any of the binary operators'. ### Grouped expressions