Skip to content

Commit

Permalink
fix missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
fdncred committed Oct 17, 2023
1 parent 53447ae commit a08b49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/2023-10-17-nushell_0_86.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ custom commands. With [#10424](https://github.com/nushell/nushell/pull/10424), d
overwrite type annotations anymore, i.e. the following is now possible:

```nushell
def foo [x: any = null] { print $"$x }
def foo [x: any = null] { print $"$x" }
foo "string" # will show `x: string`
foo null # will show `x: `
Expand Down

0 comments on commit a08b49b

Please sign in to comment.