Skip to content

Commit 74e5cb5

Browse files
authored
fix: wrong result in an example from 'lang-guide' (#1390)
[Lang Ref Guide > Basic Types > Any > Example 1](https://www.nushell.sh/lang-guide/lang-guide.html#example-1)
1 parent 381fd8a commit 74e5cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lang-guide/lang-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ if $q {
152152
$x = 'false'
153153
}
154154
$x
155-
# =>'true' a string
155+
# =>'false' a string
156156
```
157157

158158
#### Example 2:

0 commit comments

Comments
 (0)