Skip to content

Commit ea9fdce

Browse files
Update book/environment.md
Co-authored-by: Douglas <[email protected]>
1 parent 99676b9 commit ea9fdce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ $env.FOO
108108
# => BAR
109109
110110
if "FOO" in $env {
111-
echo $env.FOO
111+
echo $env.FOO
112112
}
113113
# => BAR
114114
```

0 commit comments

Comments
 (0)