mirror of
https://github.com/neovim/neovim.git
synced 2025-10-15 14:26:07 +00:00
docs: small fixes (#25585)
Co-authored-by: tmummert <doczook@gmx.de> Co-authored-by: parikshit adhikari <parikshitadhikari@gmail.com>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
// `String key` lookup keys don't need to be NULL terminated, but they
|
||||
// must not contain embedded NUL:s. When reading a key from set->keys, they
|
||||
// are always NUL terminated, though. Thus, it is enough to store an index into
|
||||
// this array, and use strlen(), to retrive an interned key.
|
||||
// this array, and use strlen(), to retrieve an interned key.
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdbool.h>
|
||||
|
Reference in New Issue
Block a user