Skip to content

Commit e771299

Browse files
committed
Whoops, missed one
1 parent 4310c27 commit e771299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/custom_completions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Now, if you try to complete `A`, you get the following completions:
6767
cat rat bat
6868
```
6969

70-
Because we made matching case-insensitive and used `positional: false`, Nushell will find the substring "a" in all of the completion suggestions. Additionally, because we set `sort: false`, the completions will be left in their original order. This is useful if your completions are already sorted in a particular order unrelated to their text (e.g. by date).
70+
Because we made matching case-insensitive, Nushell will find the substring "a" in all of the completion suggestions. Additionally, because we set `sort: false`, the completions will be left in their original order. This is useful if your completions are already sorted in a particular order unrelated to their text (e.g. by date).
7171

7272
## Modules and Custom Completions
7373

0 commit comments

Comments
 (0)