about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-12-14 01:07:31 +0000
committerbors <bors@rust-lang.org>2014-12-14 01:07:31 +0000
commitf07526a9990ab07983905fb5f383e62ae72242bc (patch)
tree62c42972442820ea91499b57ddd1d81cd829b458
parent444fa1b7cffcd99ca5b8abb51acf979f06a25899 (diff)
parentb9c3b5693ad599dafa64559089f92233015dd633 (diff)
downloadrust-f07526a9990ab07983905fb5f383e62ae72242bc.tar.gz
rust-f07526a9990ab07983905fb5f383e62ae72242bc.zip
auto merge of #19669 : alfie/rust/master, r=sanxiyn
-rw-r--r--src/doc/reference.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md
index 660a97cd55f..ee70981d9b2 100644
--- a/src/doc/reference.md
+++ b/src/doc/reference.md
@@ -3145,8 +3145,8 @@ 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'.
+operators](#unary-operator-expressions) have the same precedence level and are
+stronger than any of the binary operators.
 
 ### Grouped expressions