Skip to content

Commit

Permalink
docs: fix a couple of small typos in code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wincent authored Aug 27, 2023
1 parent cc82d88 commit b20b0ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ftplugin/markdown.vim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"TODO print messages when on visual mode. I only see VISUAL, not the messages.

" Function interface phylosophy:
" Function interface philosophy:
"
" - functions take arbitrary line numbers as parameters.
" Current cursor line is only a suitable default parameter.
Expand Down Expand Up @@ -56,7 +56,7 @@ let s:levelRegexpDict = {
\ 6: '\v^######[^#]@='
\ }

" Maches any header level of any type.
" Matches any header level of any type.
"
" This could be deduced from `s:levelRegexpDict`, but it is more
" efficient to have a single regexp for this.
Expand Down

0 comments on commit b20b0ad

Please sign in to comment.