Skip to content

Commit aa2882a

Browse files
yohannd1haze
authored andcommitted
Typo fix ("line" -> "like")
1 parent 9ec189b commit aa2882a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indent/zig.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function! GetZigIndent(lnum)
4545
let prevLineNum = prevnonblank(a:lnum-1)
4646
let prevLine = getline(prevLineNum)
4747

48-
" for lines that look line
48+
" for lines that look like
4949
" },
5050
" };
5151
" try treat them the same as a }

0 commit comments

Comments
 (0)