docs: fixed incorrect phrasing in Variable expansion section

This commit is contained in:
Anmol Sethi 2016-10-14 17:40:27 -04:00 committed by Kurtis Rader
parent 3c0de01c07
commit e8ed45ecd3

View file

@ -506,7 +506,7 @@ A dollar sign followed by a string of characters is expanded into the value of t
Undefined and empty variables expand to nothing.
To separate a variable name from text it should immediately be followed by, encase the variable within quotes.
To separate a variable name from text encase the variable within double-quotes or braces.
Examples:
\fish