Skip to content

Commit

Permalink
Fix typo #214
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz committed Sep 4, 2020
1 parent 9c53131 commit 827953c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/iced/nrepl/dynamic_loader.vim
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ let s:save_cpo = &cpoptions
set cpoptions&vim

function! iced#nrepl#dynamic_loader#ls_middleware(callback) abort
" NOTE: remove thw first two chars because middleware names start with "#'".
" NOTE: remove the first two chars because middleware names start with "#'".
call iced#nrepl#send({
\ 'op': 'ls-middleware',
\ 'session': iced#nrepl#current_session(),
Expand Down

0 comments on commit 827953c

Please sign in to comment.