diff options
| author | 2019-08-24 23:04:09 +0200 | |
|---|---|---|
| committer | 2019-08-24 23:04:09 +0200 | |
| commit | b0ec3dfffda7991eee5775dcebb04731ba6a8389 (patch) | |
| tree | c757cb7bf6798a89482c2cfcd351eec550193a84 /README.md | |
| parent | 1a902d383eef1e042d4462cd07b9384fcdf4d118 (diff) | |
| download | OneRoll-b0ec3dfffda7991eee5775dcebb04731ba6a8389.tar.gz OneRoll-b0ec3dfffda7991eee5775dcebb04731ba6a8389.zip | |
Fix #54
Diffstat (limited to 'README.md')
| -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 =: % |