doc: grammar fix

This commit is contained in:
Alfie John 2014-12-09 20:17:40 +00:00
parent ef4982f0f8
commit b9c3b5693a
1 changed files with 2 additions and 2 deletions

View File

@ -3141,8 +3141,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