docs: fix typos (#22353)

This commit is contained in:
zeertzjq
2023-02-22 00:07:26 +08:00
committed by GitHub
parent ee26b227e1
commit 344a1ee8e6
21 changed files with 61 additions and 61 deletions

View File

@@ -153,7 +153,7 @@ UIClientHandler ui_client_get_redraw_handler(const char *name, size_t name_len,
/// Placeholder for _sync_ requests with 'redraw' method name
///
/// async 'redraw' events, which are expected when nvim acts as an ui client.
/// async 'redraw' events, which are expected when nvim acts as a ui client.
/// get handled in msgpack_rpc/unpacker.c and directly dispatched to handlers
/// of specific ui events, like ui_client_event_grid_resize and so on.
Object handle_ui_client_redraw(uint64_t channel_id, Array args, Arena *arena, Error *error)