mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-17 10:07:09 +00:00
Fix documentation link for set type (#7465)
This commit is contained in:
committed by
Andreas Rumpf
parent
8b0ea4b501
commit
17d0e29d40
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user