Skip to content

Commit e9da826

Browse files
yohannd1haze
authored andcommitted
Another typo fix: "try treat them" -> "try treating them"
1 parent aa2882a commit e9da826

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
@@ -48,7 +48,7 @@ function! GetZigIndent(lnum)
4848
" for lines that look like
4949
" },
5050
" };
51-
" try treat them the same as a }
51+
" try treating them the same as a }
5252
if prevLine =~ '\v^\s*},$'
5353
if currentLine =~ '\v^\s*};$' || currentLine =~ '\v^\s*}$'
5454
return indent(prevLineNum) - 4

0 commit comments

Comments
 (0)