mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-18 21:40:32 +00:00
[ci skip] CountTable, remove link to unexisting proc
(cherry picked from commit 1d1c831efa)
This commit is contained in:
@@ -2277,7 +2277,6 @@ proc `[]`*[A](t: CountTable[A], key: A): int =
|
||||
## See also:
|
||||
## * `getOrDefault<#getOrDefault,CountTable[A],A,int>`_ to return
|
||||
## a custom value if the key doesn't exist
|
||||
## * `mget proc<#mget,CountTable[A],A>`_
|
||||
## * `[]= proc<#[]%3D,CountTable[A],A,int>`_ for inserting a new
|
||||
## (key, value) pair in the table
|
||||
## * `hasKey proc<#hasKey,CountTable[A],A>`_ for checking if a key
|
||||
|
||||
Reference in New Issue
Block a user