Fix doc for CountTable (#15561) [backport]

(cherry picked from commit f1d81dc6e6)
This commit is contained in:
Christopher Dunn
2020-10-12 23:33:53 -05:00
committed by narimiran
parent 52a3d38bda
commit ad29fe8946

View File

@@ -2546,7 +2546,7 @@ proc `[]`*[A](t: CountTableRef[A], key: A): int =
## See also:
## * `getOrDefault<#getOrDefault,CountTableRef[A],A,int>`_ to return
## a custom value if the key doesn't exist
## * `mget proc<#mget,CountTableRef[A],A>`_
## * `inc proc<#inc,CountTableRef[A],A>`_ to inc even if missing
## * `[]= proc<#[]%3D,CountTableRef[A],A,int>`_ for inserting a new
## (key, value) pair in the table
## * `hasKey proc<#hasKey,CountTableRef[A],A>`_ for checking if a key