diff options
Diffstat (limited to 'src/nvim/farsi.c')
-rw-r--r-- | src/nvim/farsi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/farsi.c b/src/nvim/farsi.c index 1cb20c71d6..bc25d0535a 100644 --- a/src/nvim/farsi.c +++ b/src/nvim/farsi.c @@ -2204,7 +2204,7 @@ static int F_isterm(int c) return FALSE; } -/// Convert the given Farsi character into a ending type. +/// Convert the given Farsi character into an ending type. /// /// @param c The character to convert. /// |