diff options
| author | bors <bors@rust-lang.org> | 2014-12-14 01:07:31 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-12-14 01:07:31 +0000 |
| commit | f07526a9990ab07983905fb5f383e62ae72242bc (patch) | |
| tree | 62c42972442820ea91499b57ddd1d81cd829b458 | |
| parent | 444fa1b7cffcd99ca5b8abb51acf979f06a25899 (diff) | |
| parent | b9c3b5693ad599dafa64559089f92233015dd633 (diff) | |
| download | rust-f07526a9990ab07983905fb5f383e62ae72242bc.tar.gz rust-f07526a9990ab07983905fb5f383e62ae72242bc.zip | |
auto merge of #19669 : alfie/rust/master, r=sanxiyn
| -rw-r--r-- | src/doc/reference.md | 4 |
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 |
