diff options
| author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2022-10-13 15:18:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-13 21:18:48 +0800 |
| commit | eb123b565e201418dd135d2602dc20eea3cead39 (patch) | |
| tree | 790f78146c93a45ddb4c419e3597ffd2c1e2c03b /src/nvim/eval | |
| parent | 730228f6db1f858795ea83ba2179c875dca37bc7 (diff) | |
| download | rneovim-eb123b565e201418dd135d2602dc20eea3cead39.tar.gz rneovim-eb123b565e201418dd135d2602dc20eea3cead39.tar.bz2 rneovim-eb123b565e201418dd135d2602dc20eea3cead39.zip | |
docs: fix typos (#20509)
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Diffstat (limited to 'src/nvim/eval')
| -rw-r--r-- | src/nvim/eval/userfunc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/eval/userfunc.h b/src/nvim/eval/userfunc.h index 4098622a14..ca09c2a6ec 100644 --- a/src/nvim/eval/userfunc.h +++ b/src/nvim/eval/userfunc.h @@ -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. |