Minor grammar fix.

This commit is contained in:
Gábor Horváth 2013-05-30 15:26:25 +02:00
parent 9fd18a93b7
commit 0d9ea4e2d1

View file

@ -2034,7 +2034,7 @@ 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.
have the same precedence level and it is stronger than any of the binary operators'.
### Grouped expressions