summary refs log tree commit diff stats
path: root/lib/pure/collections
diff options
context:
space:
mode:
authorRoman Ovseitsev <romovs@gmail.com>2018-04-03 11:39:17 +0300
committerAndreas Rumpf <rumpf_a@web.de>2018-04-03 10:39:17 +0200
commit17d0e29d400f6e66c3ab4dee845e27cfcbb1118e (patch)
tree6379c5dcb2dd9cf1d9c193092688a7bfb986a5b8 /lib/pure/collections
parent8b0ea4b501125880bce54f20839b443973bba0c4 (diff)
downloadNim-17d0e29d400f6e66c3ab4dee845e27cfcbb1118e.tar.gz
Fix documentation link for set type (#7465)
Diffstat (limited to 'lib/pure/collections')
-rw-r--r--lib/pure/collections/sets.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/collections/sets.nim b/lib/pure/collections/sets.nim
index 9e9152fc8..32b6387ad 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
-## <manual.html#set-type>`_. Sets allow you to store any value that can be
+## <manual.html#types-set-type>`_. Sets allow you to store any value that can be
 ## `hashed <hashes.html>`_ and they don't contain duplicate entries.
 ##
 ## **Note**: The data types declared here have *value semantics*: This means