fix improper escape.

This commit is contained in:
Sahal Ansari 2024-10-18 23:01:02 -05:00 committed by Florian Köhler
parent 130cf66693
commit cea8224acf

View File

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