MilesCranmer commited on
Commit
8bc139b
1 Parent(s): a6d1315

Tweak list of operators

Browse files
Files changed (1) hide show
  1. docs/operators.md +1 -1
docs/operators.md CHANGED
@@ -8,7 +8,7 @@ of these and other valid operators are stated below.
8
 
9
  **Binary**
10
 
11
- `plus`, `sub`, `mult`, `pow`, `div`, `greater`, `mod`, `logical_or`,
12
  `logical_and`
13
 
14
  **Unary**
 
8
 
9
  **Binary**
10
 
11
+ `+`, `-`, `*`, `/`, `^`, `greater`, `mod`, `logical_or`,
12
  `logical_and`
13
 
14
  **Unary**