Skip to content

Commit

Permalink
fixed a typo in immutablehashset (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yorizuka authored Aug 4, 2022
1 parent 6f43ada commit 395cb08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/immutablehashset.d
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module containers.immutablehashset;
*
* Because the set does not support inserting, it only takes up as much memory
* as is necessary to contain the elements provided at construction. Memory is
* managed my malloc/free.
* managed by malloc/free.
*/
struct ImmutableHashSet(T, alias hashFunction)
{
Expand Down

0 comments on commit 395cb08

Please sign in to comment.