diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2024-03-28 02:32:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-28 09:32:32 +0800 |
commit | a89ce89742db600665b69e58d5e1bc3dbee9d57b (patch) | |
tree | fdb467f608d96c293aa51b4c1e7291e8bc0de825 /src/nvim/mbyte_defs.h | |
parent | 4ee9e58056a9d17ce921d8cc6dfd6d3305a40f69 (diff) | |
download | rneovim-a89ce89742db600665b69e58d5e1bc3dbee9d57b.tar.gz rneovim-a89ce89742db600665b69e58d5e1bc3dbee9d57b.tar.bz2 rneovim-a89ce89742db600665b69e58d5e1bc3dbee9d57b.zip |
docs: fix typos (#27868)
Co-authored-by: ite-usagi <77563904+ite-usagi@users.noreply.github.com>
Co-authored-by: v-sim <56476039+v-sim@users.noreply.github.com>
Co-authored-by: Evgeni Chasnovski <evgeni.chasnovski@gmail.com>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Co-authored-by: Quico Augustijn <quico.public@gmail.com>
Co-authored-by: nhld <nahnera@gmail.com>
Co-authored-by: francisco souza <108725+fsouza@users.noreply.github.com>
Diffstat (limited to 'src/nvim/mbyte_defs.h')
-rw-r--r-- | src/nvim/mbyte_defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/mbyte_defs.h b/src/nvim/mbyte_defs.h index 8670a0595d..7f2d1ba6ce 100644 --- a/src/nvim/mbyte_defs.h +++ b/src/nvim/mbyte_defs.h @@ -10,7 +10,7 @@ enum { /// character of up to 6 bytes, or one 16-bit character of up to three bytes /// plus six following composing characters of three bytes each. MB_MAXBYTES = 21, - /// max length of an unicode char + /// Maximum length of a Unicode character, excluding composing characters. MB_MAXCHAR = 6, }; |