Fix documentation link for set type (#7465)

This commit is contained in:
Roman Ovseitsev
2018-04-03 11:39:17 +03:00
committed by Andreas Rumpf
parent 8b0ea4b501
commit 17d0e29d40

View File

@@ -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