mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 20:18:32 +00:00
doc: fix typos [ci skip] #11787
This commit is contained in:
@@ -248,7 +248,7 @@ bool encode_vim_list_to_buf(const list_T *const list, size_t *const ret_len,
|
||||
/// @param[out] read_bytes Is set to amount of bytes read.
|
||||
///
|
||||
/// @return OK when reading was finished, FAIL in case of error (i.e. list item
|
||||
/// was not a string), NOTDONE if reading was successfull, but there are
|
||||
/// was not a string), NOTDONE if reading was successful, but there are
|
||||
/// more bytes to read.
|
||||
int encode_read_from_list(ListReaderState *const state, char *const buf,
|
||||
const size_t nbuf, size_t *const read_bytes)
|
||||
|
Reference in New Issue
Block a user