diff options
Diffstat (limited to 'src/nvim/strings.c')
-rw-r--r-- | src/nvim/strings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/strings.c b/src/nvim/strings.c index c4592001b3..5ee29b9172 100644 --- a/src/nvim/strings.c +++ b/src/nvim/strings.c @@ -548,7 +548,7 @@ char_u *concat_str(const char_u *restrict str1, const char_u *restrict str2) static const char *const e_printf = N_("E766: Insufficient arguments for printf()"); -/// Get string argument from idxp entry in tvs +/// Get number argument from idxp entry in tvs /// /// Will give an error message for VimL entry with invalid type or for /// insufficient entries. |