diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2022-01-30 00:15:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-29 23:15:22 +0000 |
commit | 4a96e7809f4d9f6ce21869817eb95ff6dcaa1693 (patch) | |
tree | 9d7dbc65b9c31bc332531fe14236f5023e199d1f /runtime/doc/pi_msgpack.txt | |
parent | d7d015ffff1b6c796f9a03f9a7ec914fe5909ee8 (diff) | |
download | rneovim-4a96e7809f4d9f6ce21869817eb95ff6dcaa1693.tar.gz rneovim-4a96e7809f4d9f6ce21869817eb95ff6dcaa1693.tar.bz2 rneovim-4a96e7809f4d9f6ce21869817eb95ff6dcaa1693.zip |
chore: typo fixes (#16921)
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Diffstat (limited to 'runtime/doc/pi_msgpack.txt')
-rw-r--r-- | runtime/doc/pi_msgpack.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/pi_msgpack.txt b/runtime/doc/pi_msgpack.txt index 1dbd268038..801c56e49f 100644 --- a/runtime/doc/pi_msgpack.txt +++ b/runtime/doc/pi_msgpack.txt @@ -88,7 +88,7 @@ msgpack#type({msgpack-value}) *msgpack#type()* Returns name of the key in |v:msgpack_types| that represents {msgpack-value} type. Never returns zero: this function returns msgpack type which will be dumped by |msgpackdump()| should it receive - a list with singe {msgpack-value} as input. + a list with single {msgpack-value} as input. msgpack#deepcopy({msgpack-value}) *msgpack#deepcopy()* Like |deepcopy()|, but works correctly with |msgpack-special-dict| |