Fix broken link in sets documentation. (#19769)

This commit is contained in:
Anthony Dario
2022-05-06 02:16:00 -07:00
committed by GitHub
parent 278ecad973
commit a4401054cc

View File

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