We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f43ada commit 395cb08Copy full SHA for 395cb08
src/containers/immutablehashset.d
@@ -13,7 +13,7 @@ module containers.immutablehashset;
13
*
14
* Because the set does not support inserting, it only takes up as much memory
15
* as is necessary to contain the elements provided at construction. Memory is
16
- * managed my malloc/free.
+ * managed by malloc/free.
17
*/
18
struct ImmutableHashSet(T, alias hashFunction)
19
{
0 commit comments