From 223b515ba12a1605662ae5fd572782c12360680e Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Thu, 6 Jun 2019 19:17:49 +0200 Subject: [PATCH] docs/tutorial: Mention VAR=VAL syntax That's the thing we're replacing, so we should mention it. [ci skip] --- sphinx_doc_src/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx_doc_src/tutorial.rst b/sphinx_doc_src/tutorial.rst index 27ad60deb..89b6227dc 100644 --- a/sphinx_doc_src/tutorial.rst +++ b/sphinx_doc_src/tutorial.rst @@ -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.