diff options
| -rw-r--r-- | diceparser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/diceparser.h b/diceparser.h index afd6146..ff162e3 100644 --- a/diceparser.h +++ b/diceparser.h @@ -90,7 +90,7 @@ public: Filter, Split, Group, - Occurences + Occurences, Unique, Bind }; |