diff --git a/doc/operator-reference.md b/doc/operator-reference.md index 5bb13e4..ac50893 100644 --- a/doc/operator-reference.md +++ b/doc/operator-reference.md @@ -110,7 +110,7 @@ Predicates for `NULL` and Boolean values: ;;=> ["...WHERE col IS NOT FALSE..."] ``` -## mod, xor, + - * / % | & ^ +## xor, + - * / % | & ^ Mathematical and bitwise operators.