Skip to content

Commit c091cc8

Browse files
committed
fix typo
1 parent 0cfc2d9 commit c091cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/bullets.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ fun! s:parse_bullet_text(line_text)
161161
if s:bullet_cache isnot v:null
162162
let l:cached = get(s:bullet_cache, a:line_text, v:null)
163163
if l:cached isnot v:null
164-
" Return a copy so as not to break the referene
164+
" Return a copy so as not to break the reference
165165
return copy(l:cached)
166166
endif
167167
endif

0 commit comments

Comments
 (0)