docs: fix typos (#20724)

Co-authored-by: Marco Lehmann <m99@posteo.de>
This commit is contained in:
dundargoc
2022-10-23 03:45:39 +02:00
committed by GitHub
parent d70193c326
commit 1887d8d7d0
13 changed files with 25 additions and 25 deletions

View File

@@ -1685,7 +1685,7 @@ Array nvim_call_atomic(uint64_t channel_id, Array calls, Arena *arena, Error *er
// error handled after loop
break;
}
// TODO(bfredl): wastefull copy. It could be avoided to encoding to msgpack
// TODO(bfredl): wasteful copy. It could be avoided to encoding to msgpack
// directly here. But `result` might become invalid when next api function
// is called in the loop.
ADD_C(results, copy_object(result, arena));