mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 17:06:30 +00:00
docs: fix typos (#20394)
Co-authored-by: Raphael <glephunter@gmail.com> Co-authored-by: smjonas <jonas.strittmatter@gmx.de> Co-authored-by: zeertzjq <zeertzjq@outlook.com>
This commit is contained in:
@@ -265,7 +265,7 @@ void hash_unlock(hashtab_T *ht)
|
||||
hash_may_resize(ht, 0);
|
||||
}
|
||||
|
||||
/// Resize hastable (new size can be given or automatically computed).
|
||||
/// Resize hashtable (new size can be given or automatically computed).
|
||||
///
|
||||
/// @param minitems Minimum number of items the new table should hold.
|
||||
/// If zero, new size will depend on currently used items:
|
||||
|
Reference in New Issue
Block a user