summary refs log tree commit diff stats
path: root/lib/pure/collections/intsets.nim
diff options
context:
space:
mode:
authorMiran <narimiran@disroot.org>2021-07-28 14:31:13 +0200
committerGitHub <noreply@github.com>2021-07-28 14:31:13 +0200
commite616675c419552a85bdf0b47f47586852be8b5be (patch)
tree86e9910693d076d030b819e441b3710bd90add4c /lib/pure/collections/intsets.nim
parenta273ea70e8817e3509014a1b3dcd16a360ed400b (diff)
downloadNim-e616675c419552a85bdf0b47f47586852be8b5be.tar.gz
various small documentation improvements (#18602)
Diffstat (limited to 'lib/pure/collections/intsets.nim')
-rw-r--r--lib/pure/collections/intsets.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/collections/intsets.nim b/lib/pure/collections/intsets.nim
index 05e5addcc..765a23e97 100644
--- a/lib/pure/collections/intsets.nim
+++ b/lib/pure/collections/intsets.nim
@@ -8,7 +8,7 @@
 #
 
 ## Specialization of the generic `packedsets module <packedsets.html>`_
-## for ordinal sparse sets.
+## (see its documentation for more examples) for ordinal sparse sets.
 
 import std/private/since
 import std/packedsets