Skip to content

Commit bed0b55

Browse files
authored
fixed README - EnumSet is based a bit set of a binary string
1 parent d915547 commit bed0b55

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,7 @@ Internally the ```EnumMap``` is based of ```SplObjectStorage```.
163163

164164
An ```EnumSet``` groups enumerators of the same enumeration type together.
165165

166-
Internally it's based of an integer bit set.
167-
168-
The maximun number of enumerators are limited by the size of an integer.
166+
Internally it's based on a bit set of a binary string.
169167

170168
Enumerators will be ordered by the ordinal number.
171169

0 commit comments

Comments
 (0)