Skip to content

Commit 395cb08

Browse files
authored
fixed a typo in immutablehashset (#192)
1 parent 6f43ada commit 395cb08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/immutablehashset.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module containers.immutablehashset;
1313
*
1414
* Because the set does not support inserting, it only takes up as much memory
1515
* as is necessary to contain the elements provided at construction. Memory is
16-
* managed my malloc/free.
16+
* managed by malloc/free.
1717
*/
1818
struct ImmutableHashSet(T, alias hashFunction)
1919
{

0 commit comments

Comments
 (0)