Skip to content

Commit 7155e07

Browse files
committed
docs: wording consistency
1 parent be73150 commit 7155e07

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/bareline.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ are intended to be used in the statusline string.
349349

350350
*BlIs()*
351351
`BlIs`({length})
352-
Invisible space. Returns a {length} amount of Unicode Thin Space (U+2009)
352+
Invisible space. Return a {length} amount of Unicode Thin Space (U+2009)
353353
chars. This is useful to control empty space in the statusline, since ASCII
354354
whitespace is sometimes trimmed by Neovim, while this Unicode char is not.
355355
Parameters:

lua/bareline.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ bareline.alt_statuslines.plugin = {
632632

633633
--- #tag BlIs()
634634
--- `BlIs`({length})
635-
--- Invisible space. Returns a {length} amount of Unicode Thin Space (U+2009)
635+
--- Invisible space. Return a {length} amount of Unicode Thin Space (U+2009)
636636
--- chars. This is useful to control empty space in the statusline, since ASCII
637637
--- whitespace is sometimes trimmed by Neovim, while this Unicode char is not.
638638
--- Parameters:

0 commit comments

Comments
 (0)