Skip to content

Commit 6ca9fe4

Browse files
authored
Enhance instructions for tab completion with multiple matches
Clarify the steps for handling multiple matches in tab completion.
1 parent 4e7a222 commit 6ca9fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stage_descriptions/completions-05-wh6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ In this stage, you'll implement tab completion for multiple executables that sha
22

33
### Handling Multiple Matches
44

5-
When the user types a command prefix and presses `<TAB>`, your shell should identify all executables in PATH that match the prefix:
5+
When the user types a command prefix and presses `<TAB>`, your shell should identify all executables in PATH that match the prefix and follow these steps:
66

77
1. On the first `<TAB>` press, ring the bell (using `\x07`).
88
2. On the second `<TAB>` press:

0 commit comments

Comments
 (0)