diff --git a/lib/pure/collections/sets.nim b/lib/pure/collections/sets.nim index 9e9152fc8c..32b6387ad4 100644 --- a/lib/pure/collections/sets.nim +++ b/lib/pure/collections/sets.nim @@ -11,7 +11,7 @@ ## ordered hash set. ## ## Hash sets are different from the `built in set type -## `_. Sets allow you to store any value that can be +## `_. Sets allow you to store any value that can be ## `hashed `_ and they don't contain duplicate entries. ## ## **Note**: The data types declared here have *value semantics*: This means