Skip to content

Commit 984603d

Browse files
committed
typo
1 parent 0a24562 commit 984603d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EnumSet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function __construct(string $enumeration, iterable $enumerators = null)
7575
$this->enumerationCount = \count($enumeration::getConstants());
7676

7777
// By default the bitset is initialized as integer bitset
78-
// in case the enumeraton has more enumerators then integer bits
78+
// in case the enumeration has more enumerators then integer bits
7979
// we will switch this into a binary bitset
8080
if ($this->enumerationCount > \PHP_INT_SIZE * 8) {
8181
// init binary bitset with zeros

0 commit comments

Comments
 (0)