mirror of
https://github.com/neovim/neovim.git
synced 2025-09-09 04:48:18 +00:00
docs: fix typos (#19588)
Co-authored-by: zeertzjq <zeertzjq@outlook.com> Co-authored-by: notomo <notomo.motono@gmail.com>
This commit is contained in:
@@ -156,7 +156,7 @@ void rbuffer_consumed(RBuffer *buf, size_t count)
|
||||
|
||||
/// Use instead of rbuffer_consumed to use rbuffer in a linear, non-cyclic fashion.
|
||||
///
|
||||
/// This is generally usefull if we can guarantee to parse all input
|
||||
/// This is generally useful if we can guarantee to parse all input
|
||||
/// except some small incomplete token, like when parsing msgpack.
|
||||
void rbuffer_consumed_compact(RBuffer *buf, size_t count)
|
||||
FUNC_ATTR_NONNULL_ALL
|
||||
|
Reference in New Issue
Block a user