diff options
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -120,7 +120,7 @@ XOR =: ^ OR =: | Ascendant=:l Validator =: BooleanValidator | RangeValidator | OperationValidator -CompareOpetator =: = | > | => | < | =< | != +CompareOpetator =: = | > | >= | < | <= | != RangeValidator =: Range OperationValidator =: Modulo operandNode BooleanValidator Modulo =: % |