docs/tutorial: Mention VAR=VAL syntax

That's the thing we're replacing, so we should mention it.

[ci skip]
This commit is contained in:
Fabian Homborg 2019-06-06 19:17:49 +02:00
parent d338f74e6d
commit 223b515ba1

View file

@ -209,7 +209,7 @@ Variable substitution also occurs in double quotes, but not single quotes::
My current directory is $PWD
Unlike other shells, ``fish`` has no dedicated syntax for setting variables. Instead it has an ordinary command: ``set``, which takes a variable name, and then its value.
Unlike other shells, ``fish`` has no dedicated `VARIABLE=VALUE` syntax for setting variables. Instead it has an ordinary command: ``set``, which takes a variable name, and then its value.