Fix typo in tutorial

This commit is contained in:
Michihito Shigemura 2017-11-06 21:35:35 +09:00 committed by Fabian Homborg
parent 2ba6dc8893
commit d769b2ac40

View File

@ -276,7 +276,7 @@ Unlike other shells, `fish` does not have an export command. Instead, a variable
\fish{cli-dark}
>_ set -x MyVariable SomeValue
>_ env | grep MyVariable
<outp><m>MyVariablem</outp>=SomeValue</m>
<outp><m>MyVariable</outp>=SomeValue</m>
\endfish
You can erase a variable with `-e` or `--erase`