Skip to content

Commit b9f27b8

Browse files
akinomyogascop
andauthored
fix(doc/api-and-naming.md): fix a spelling mistake
Co-authored-by: Ville Skyttä <ville.skytta@iki.fi>
1 parent bae62b3 commit b9f27b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api-and-naming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ the shell's environment.
4848
| private non-local mutable variables | `_comp__*_mut_*` | `_comp_cmd_${Command}__mut_${Data}` |
4949
| exporter function local variables | `_*` (not `_comp*`) | `_*` (not `_comp*`) |
5050
| public/exported functions | `_comp_*` | `_comp_xfunc_${Command}_${Utility}` (functions for use with `_comp_xfunc`) |
51-
| - completors (for `complete -F`) | `_comp_complete_*` | `_comp_cmd_${Command}` |
51+
| - completers (for `complete -F`) | `_comp_complete_*` | `_comp_cmd_${Command}` |
5252
| - generators | `_comp_compgen_*` | `_comp_xfunc_${Command}_compgen_${Name}` (generators for use with `_comp_compgen -x`) |
5353
| private/internal functions | `_comp__*` | `_comp_cmd_${Command}__${Utility}` (utility functions) |
5454
| - generators | | `_comp_cmd_${Command}__compgen_${Name}` (generators for use with `_comp_compgen -i`) |

0 commit comments

Comments
 (0)