mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 08:18:17 +00:00
docs: fix typos (#18866)
docs: fix typos and similarly insignificant changes Co-authored-by: zeertzjq <zeertzjq@outlook.com> Co-authored-by: smjonas <jonas.strittmatter@gmx.de> Co-authored-by: kanreki <32443233+kanreki@users.noreply.github.com>
This commit is contained in:
@@ -650,7 +650,7 @@ static bool string_iswhite(String str)
|
||||
// Found a non-whitespace character
|
||||
return false;
|
||||
} else if (str.data[i] == NUL) {
|
||||
// Terminate at first occurence of a NUL character
|
||||
// Terminate at first occurrence of a NUL character
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user