diff options
Diffstat (limited to 'doc/sets_fragment.txt')
-rw-r--r-- | doc/sets_fragment.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sets_fragment.txt b/doc/sets_fragment.txt index e6332404f..5a996e550 100644 --- a/doc/sets_fragment.txt +++ b/doc/sets_fragment.txt @@ -7,7 +7,7 @@ only be an ordinal type of a certain size, namely: * ``enum`` For signed integers the set's base type is defined to be in the -range ``0 .. MaxSetElements-1`` where ``MaxSetElements`` currently always +range ``0 .. MaxSetElements-1`` where ``MaxSetElements`` is currently always 2^16. or equivalent. The reason is that sets are implemented as high |