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] 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