Skip to content

Commit 59dba3e

Browse files
authored
Update 2022-09-06-nushell-0_68.md
1 parent e6d7971 commit 59dba3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/2022-09-06-nushell-0_68.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Here is a table that summarizes the changes:
150150

151151
To bring more familiarity with other languages, we added the option to define command signatures with parentheses `()` instad of only braces `[]`:
152152
```
153-
def foo (x: int) { x + 100 }
153+
def foo (x: int) { $x + 100 }
154154
```
155155

156156
The square braces `[]` continue to work as well.

0 commit comments

Comments
 (0)