diff options
| author | bors <bors@rust-lang.org> | 2013-05-30 10:37:46 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-05-30 10:37:46 -0700 |
| commit | a39429887a570f05c5da3e5dc8dfbcb6eea98f49 (patch) | |
| tree | 4b8e8c94f8ff8ada1cec34228f5b913df6bf4918 | |
| parent | 682afcac5200019b363310f56cfabb78edea9397 (diff) | |
| parent | 0d9ea4e2d1345f259278931637dbcecdb483dc68 (diff) | |
| download | rust-a39429887a570f05c5da3e5dc8dfbcb6eea98f49.tar.gz rust-a39429887a570f05c5da3e5dc8dfbcb6eea98f49.zip | |
auto merge of #6831 : Xazax-hun/rust/incoming, r=graydon
Minor doc enhancement for: https://github.com/mozilla/rust/issues/4543
| -rw-r--r-- | doc/rust.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/rust.md b/doc/rust.md index 4a7f9544a11..f2cb9ef5e0e 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 |
