mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-19 07:21:19 +00:00
tables: fix link (#11090) [ci skip]
This commit is contained in:
@@ -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>`_.
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user