mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-01 10:52:14 +00:00
Fix broken link in sets documentation. (#19769)
This commit is contained in:
@@ -61,7 +61,7 @@ type
|
||||
HashSet*[A] {.myShallow.} = object ## \
|
||||
## A generic hash set.
|
||||
##
|
||||
## Use `init proc <#init,HashSet[A]>`_ or `initHashSet proc <#initHashSet,int>`_
|
||||
## Use `init proc <#init,HashSet[A]>`_ or `initHashSet proc <#initHashSet>`_
|
||||
## before calling other procs on it.
|
||||
data: KeyValuePairSeq[A]
|
||||
counter: int
|
||||
|
||||
Reference in New Issue
Block a user