fix improper escape.

This commit is contained in:
Sahal Ansari 2024-10-18 23:01:02 -05:00
parent 3fa1627998
commit 304c1df565

View File

@ -116,7 +116,7 @@ for example
When you need the **content** of a variable, you prefix its name with
**a dollar-sign**, like
- echo \"The used picture is: \$picture\"
echo "The used picture is: $picture"
#### Whitespace