Skip to content

Commit 79e9d93

Browse files
committed
docs(styleguide): _init_completion -> _comp_initialize
1 parent b5bb327 commit 79e9d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/styleguide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ available in `COMPREPLY`.
8080

8181
## `$split && return`
8282

83-
Should be used in completions using the `-s` flag of `_init_completion`,
83+
Should be used in completions using the `-s` flag of `_comp_initialize`,
8484
or other similar cases where `_split_longopt` has been invoked, after
8585
`$prev` has been managed but before `$cur` is considered. If `$cur` of the
8686
form `--foo=bar` was split into `prev=--foo` and `cur=bar`, and the `$prev`

0 commit comments

Comments
 (0)