docs: fix typos (#20509)

Co-authored-by: zeertzjq <zeertzjq@outlook.com>
This commit is contained in:
dundargoc
2022-10-13 15:18:48 +02:00
committed by GitHub
parent 730228f6db
commit eb123b565e
4 changed files with 10 additions and 10 deletions

View File

@@ -23,7 +23,7 @@
#define FC_VIM9 0x400 // defined in vim9 script file
#define FC_LUAREF 0x800 // luaref callback
///< Structure used by trans_function_name()
/// Structure used by trans_function_name()
typedef struct {
dict_T *fd_dict; ///< Dictionary used.
char_u *fd_newkey; ///< New key in "dict" in allocated memory.