Skip to content

Commit 158b97f

Browse files
Update lang-guide/chapters/strings_and_text.md
Co-authored-by: Douglas <[email protected]>
1 parent 6b17f0d commit 158b97f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lang-guide/chapters/strings_and_text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Sometimes you need to nest quotes. I think this could use some work because some
118118
The key to always remember is that double quotes recognize and interpret escapes so if you have any `\` characters in your string, they will be interpreted as escapes. The following is an example of a question we get frequently on Discord.
119119

120120
```nu
121-
# => Why doesn't this work?
121+
# Why doesn't this work?
122122
cd "C:\Program Files\somedir"
123123
```
124124

0 commit comments

Comments
 (0)