summary refs log tree commit diff stats
path: root/lib/pure/collections/tableimpl.nim
diff options
context:
space:
mode:
authornarimiran <narimiran@disroot.org>2019-01-11 13:22:10 +0100
committernarimiran <narimiran@disroot.org>2019-01-16 09:45:57 +0100
commitb40a637fac1334339c260951d0dd3fa3682de476 (patch)
tree79a02c271b53129455cfffcf9209de782ab2ce69 /lib/pure/collections/tableimpl.nim
parentbe6456f0f41a06ff2ed05c76cbaff4b087cd8b31 (diff)
downloadNim-b40a637fac1334339c260951d0dd3fa3682de476.tar.gz
better docs: tables
Diffstat (limited to 'lib/pure/collections/tableimpl.nim')
-rw-r--r--lib/pure/collections/tableimpl.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/collections/tableimpl.nim b/lib/pure/collections/tableimpl.nim
index 9a5bffcef..2cdc62996 100644
--- a/lib/pure/collections/tableimpl.nim
+++ b/lib/pure/collections/tableimpl.nim
@@ -7,7 +7,7 @@
 #    distribution, for details about the copyright.
 #
 
-## An ``include`` file for the different table implementations.
+# An ``include`` file for the different table implementations.
 
 # hcode for real keys cannot be zero.  hcode==0 signifies an empty slot.  These
 # two procs retain clarity of that encoding without the space cost of an enum.