add missing space

This commit is contained in:
Aaron Gyes 2022-11-09 18:42:44 -08:00
parent 154b809c98
commit 6859a4c6f6

View file

@ -38,7 +38,7 @@ The following scope control variable scope:
**-U** or **--universal**
Sets a universal variable.
The variable will be immediately available to all the user's``fish`` instances on the machine, and will be persist across restarts of the shell.
The variable will be immediately available to all the user's ``fish`` instances on the machine, and will be persist across restarts of the shell.
**-f** or **--function**
Sets a variable scoped to the executing function.