Fix doc for CountTable (#15561) [backport]

This commit is contained in:
Christopher Dunn
2020-10-12 23:33:53 -05:00
committed by GitHub
parent 1f51a33998
commit f1d81dc6e6

View File

@@ -2599,7 +2599,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