Skip to content

Commit

Permalink
chore: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz committed Jul 28, 2022
1 parent fd1d55d commit 2b21dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/iced/paredit.vim
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ function! iced#paredit#get_top_list_in_comment() abort
let view = winsaveview()
let curpos = getpos('.')

" NOTE: `sexp#select_current_top_list` cannnot correctly select codes
" NOTE: `sexp#select_current_top_list` cannot correctly select codes
" including reader conditionals like below
" > #?(:clj :foo
" > :cljs :bar)
Expand Down

0 comments on commit 2b21dd9

Please sign in to comment.