mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 22:18:33 +00:00
docs: fix typos (#18269)
Co-authored-by: zeertzjq <zeertzjq@outlook.com> Co-authored-by: Dan Sully <dan+github@sully.org> Co-authored-by: saher <msaher.shair@gmail.com> Co-authored-by: Stephan Seitz <stephan.seitz@fau.de> Co-authored-by: Benedikt Müller <d12bb@posteo.de> Co-authored-by: Andrey Mishchenko <mishchea@gmail.com> Co-authored-by: Famiu Haque <famiuhaque@protonmail.com> Co-authored-by: Oliver Marriott <hello@omarriott.com>
This commit is contained in:
@@ -391,7 +391,7 @@ static int parser_parse(lua_State *L)
|
||||
return luaL_error(L, "An error occurred when parsing.");
|
||||
}
|
||||
|
||||
// The new tree will be pushed to the stack, without copy, owwership is now to
|
||||
// The new tree will be pushed to the stack, without copy, ownership is now to
|
||||
// the lua GC.
|
||||
// Old tree is still owned by the lua GC.
|
||||
uint32_t n_ranges = 0;
|
||||
|
Reference in New Issue
Block a user