Skip to content

Commit

Permalink
Merge pull request #60 from 4513ECHO/doc-rename-function
Browse files Browse the repository at this point in the history
docs: Fix function name mistyped
  • Loading branch information
Shougo committed Jun 22, 2023
2 parents f5ea0cd + c2cb9e5 commit 42c20cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/ddu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -398,9 +398,9 @@ ddu#custom#alias({type}, {alias-name}, {base-name})
\ foo: #{ mark: 'foo' },
\ })
<
*ddu#custom#get_alias()*
ddu#custom#get_alias({alias-type})
Get {alias-type} aliases.
*ddu#custom#get_alias_names()*
ddu#custom#get_alias_names({alias-type})
Get names of {alias-type} aliases as |List|.

*ddu#custom#get_current()*
ddu#custom#get_current({name})
Expand All @@ -421,7 +421,7 @@ ddu#custom#get_local()

*ddu#custom#get_source_names()*
ddu#custom#get_source_names()
Get loaded source names.
Get loaded source names as |List|.

*ddu#custom#load_config()*
ddu#custom#load_config({path})
Expand Down

0 comments on commit 42c20cf

Please sign in to comment.