Skip to content

Commit

Permalink
fix not operator
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvanc committed Jul 22, 2015
1 parent eea21d1 commit 84b1cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/expressions/infix-ops.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,6 @@ The full list of unary operators that are aliases for functions is:
Operator | Method | Description
---------|----------|------------
- | neg() | Arithmetic negation
! | op_not() | Not, both bitwise and logical
not | op_not() | Not, both bitwise and logical

---

0 comments on commit 84b1cbc

Please sign in to comment.