Skip to content

Commit

Permalink
Minor documentation addition.
Browse files Browse the repository at this point in the history
  • Loading branch information
Xazax-hun committed May 30, 2013
1 parent ca74cbd commit e583d5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/rust.md
Expand Up @@ -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

Expand Down

0 comments on commit e583d5a

Please sign in to comment.