Skip to content

Commit

Permalink
Fix documentation link for set type (nim-lang#7465)
Browse files Browse the repository at this point in the history
  • Loading branch information
romovs authored and Araq committed Apr 3, 2018
1 parent 8b0ea4b commit 17d0e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pure/collections/sets.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 17d0e29

Please sign in to comment.