mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
docs: fixed incorrect phrasing in Variable expansion section
This commit is contained in:
parent
3c0de01c07
commit
e8ed45ecd3
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
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:
|
Examples:
|
||||||
\fish
|
\fish
|
||||||
|
|
Loading…
Reference in a new issue