docs: update

This commit is contained in:
Dylan Araps 2020-01-25 19:18:29 +02:00
parent 6485d201ac
commit 55bce36ca7
No known key found for this signature in database
GPG key ID: 46D62DD9F1DE636E

View file

@ -839,7 +839,6 @@ For use in `[ ]` `if [ ]; then` and `test`.
| `-` | Subtraction
| `*` | Multiplication
| `/` | Division
| `**` | Exponentiation
| `%` | Modulo
| `+=` | Plus-Equal (*Increment a variable.*)
| `-=` | Minus-Equal (*Decrement a variable.*)