From 17d0e29d400f6e66c3ab4dee845e27cfcbb1118e Mon Sep 17 00:00:00 2001 From: Roman Ovseitsev Date: Tue, 3 Apr 2018 11:39:17 +0300 Subject: [PATCH] Fix documentation link for set type (#7465) --- lib/pure/collections/sets.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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