Skip to content

Commit

Permalink
fix: wrong result in an example from 'lang-guide' (#1390)
Browse files Browse the repository at this point in the history
[Lang Ref Guide > Basic Types > Any > Example
1](https://www.nushell.sh/lang-guide/lang-guide.html#example-1)
  • Loading branch information
woosaaahh committed May 5, 2024
1 parent 381fd8a commit 74e5cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang-guide/lang-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ if $q {
$x = 'false'
}
$x
# =>'true' a string
# =>'false' a string
```

#### Example 2:
Expand Down

0 comments on commit 74e5cb5

Please sign in to comment.