chore: fix typos

Co-authored-by: ii14 <ii14@users.noreply.github.com>
This commit is contained in:
ii14
2021-11-28 12:33:44 +01:00
committed by Dundar Göc
parent e4976cbd26
commit bc1d13bb36
3 changed files with 11 additions and 13 deletions

View File

@@ -454,7 +454,7 @@ local on_key_cbs = {}
--- On each key press, Nvim passes the key char to fn(). |i_CTRL-V|
--- If {fn} is nil, it removes the callback for the associated {ns_id}
---@param ns_id number? Namespace ID. If nil or 0, generates and returns a new
--- |nvim_create_namesapce()| id.
--- |nvim_create_namespace()| id.
---
---@return number Namespace id associated with {fn}. Or count of all callbacks
---if on_key() is called without arguments.