tables: fix link (#11090) [ci skip]

This commit is contained in:
Jjp137
2019-04-23 00:37:21 -07:00
committed by Miran
parent 3b4952da94
commit e597db83b7

View File

@@ -19,7 +19,7 @@
## For consistency with every other data type in Nim these have **value**
## semantics, this means that ``=`` performs a copy of the hash table.
##
## For `ref semantics<manual.html#types-ref-and-pointer-types>`_
## For `ref semantics<manual.html#types-reference-and-pointer-types>`_
## use their ``Ref`` variants: `TableRef<#TableRef>`_,
## `OrderedTableRef<#OrderedTableRef>`_, and `CountTableRef<#CountTableRef>`_.
##