Skip to content

Commit 3221077

Browse files
authored
docs(fix)
1 parent 4cd82aa commit 3221077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/content/docs/reference/commands.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Commands can use custom Nushell modules:
9494
```nushell
9595
r#'{
9696
run: {|frame|
97-
my-math double (frame.meta.args.number)
97+
my-math double ($frame.meta.args.number)
9898
}
9999
100100
modules: {

0 commit comments

Comments
 (0)