diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2019-02-18 15:24:55 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-02-18 15:24:55 +0100 |
commit | 7b68da9bf1f477b8695c11e864fcf93aff2783c1 (patch) | |
tree | c633d17d86762d118ba472047f7f307e4924e595 /doc/sets_fragment.txt | |
parent | c8cb5679381b7e00fdfbdfd4fdd24b8794fdb84d (diff) | |
download | Nim-7b68da9bf1f477b8695c11e864fcf93aff2783c1.tar.gz |
manual: typo
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 |