Skip to content

Commit 8c74c13

Browse files
authored
Fix minor typo (nushell#1666)
1 parent 0d85a98 commit 8c74c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/custom_commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ multi-greet Elin Lars Erik
642642
# => Hello, Erik!
643643
```
644644

645-
We could call the above definition of the `greet` command with any number of arguments, including none at all. All of the arguments are collected into `$name` as a list.
645+
We could call the above definition of the `greet` command with any number of arguments, including none at all. All of the arguments are collected into `$names` as a list.
646646

647647
Rest parameters can be used together with positional parameters:
648648

0 commit comments

Comments
 (0)