about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGábor Horváth <xazax.hun@gmail.com>2013-05-30 15:20:30 +0200
committerGábor Horváth <xazax.hun@gmail.com>2013-05-30 15:20:30 +0200
commite583d5a6b6f14cff5db0ed8f2f88bfc70481bd71 (patch)
treec93cc965691c03618a3d2692444e0e8ac998ada8
parentca74cbdc5cc7747e429a985b7b5fb5c4e4a5d4d5 (diff)
downloadrust-e583d5a6b6f14cff5db0ed8f2f88bfc70481bd71.tar.gz
rust-e583d5a6b6f14cff5db0ed8f2f88bfc70481bd71.zip
Minor documentation addition.
-rw-r--r--doc/rust.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/rust.md b/doc/rust.md
index 4a7f9544a11..91989459a81 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