diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2022-02-08 01:19:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-08 08:19:06 +0800 |
commit | 64116d78502e0ca611e13adf9323ef2d3fe708c2 (patch) | |
tree | 67137cdf1fbdf9f5eb6b7a0da81ad7a805d2888a /runtime/doc/api.txt | |
parent | 9259bc62150e28875d19ea1449d9ea649d842c62 (diff) | |
download | rneovim-64116d78502e0ca611e13adf9323ef2d3fe708c2.tar.gz rneovim-64116d78502e0ca611e13adf9323ef2d3fe708c2.tar.bz2 rneovim-64116d78502e0ca611e13adf9323ef2d3fe708c2.zip |
chore: fix typos (#17250)
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Co-authored-by: Dani Dickstein <daniel.dickstein@gmail.com>
Co-authored-by: Axel Dahlberg <git@valleymnt.com>
Diffstat (limited to 'runtime/doc/api.txt')
-rw-r--r-- | runtime/doc/api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt index 2da1f5e40d..7bae5bb94b 100644 --- a/runtime/doc/api.txt +++ b/runtime/doc/api.txt @@ -186,7 +186,7 @@ About the `functions` map: a type name, e.g. `nvim_buf_get_lines` is the `get_lines` method of a Buffer instance. |dev-api| - Global functions have the "method=false" flag and are prefixed with just - `nvim_`, e.g. `nvim_get_buffers`. + `nvim_`, e.g. `nvim_list_bufs`. *api-mapping* External programs (clients) can use the metadata to discover the API, using |