diff options
author | narimiran <narimiran@disroot.org> | 2021-02-02 09:52:39 +0100 |
---|---|---|
committer | narimiran <narimiran@disroot.org> | 2021-02-02 09:52:39 +0100 |
commit | 1d1c831efa7f9bfcc739b2d38a3a839187bc39c6 (patch) | |
tree | 53aaecbf6327a627ee14c8016e47a874e7ae161d /lib/pure | |
parent | f87b9866af0ddc435f9873bd89cd973009b27c6e (diff) | |
download | Nim-1d1c831efa7f9bfcc739b2d38a3a839187bc39c6.tar.gz |
[ci skip] CountTable, remove link to unexisting proc
Diffstat (limited to 'lib/pure')
-rw-r--r-- | lib/pure/collections/tables.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/pure/collections/tables.nim b/lib/pure/collections/tables.nim index d7376b065..bd305ebd6 100644 --- a/lib/pure/collections/tables.nim +++ b/lib/pure/collections/tables.nim @@ -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 |