Skip to content

Commit 88675de

Browse files
authored
Fix typo in custom_commands (#1802)
1 parent 7d300a1 commit 88675de

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
@@ -254,7 +254,7 @@ In Nushell, a command name can be a string of characters. Here are some examples
254254
Strings which might be confused with other parser patterns should be avoided. For instance, the following command names might not be callable:
255255

256256
- `1`, `"1"`, or `"1.5"`: Nushell will not allow numbers to be used as command names
257-
- `4MiB` or `"4MiB"`: Nushell will not allow filesizes to be use₫ as command names
257+
- `4MiB` or `"4MiB"`: Nushell will not allow filesizes to be used as command names
258258
- `"number#four"` or `"number^four"`: Carets and hash symbols are not allowed in command names
259259
- `-a`, `"{foo}"`, `"(bar)"`: Will not be callable, as Nushell will interpret them as flags, closures, or expressions.
260260

0 commit comments

Comments
 (0)