From 6859a4c6f6df512dea1950a2c26807617b047b1d Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Wed, 9 Nov 2022 18:42:44 -0800 Subject: [PATCH] add missing space --- doc_src/cmds/set.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/cmds/set.rst b/doc_src/cmds/set.rst index 1e221ec9f..5784a437b 100644 --- a/doc_src/cmds/set.rst +++ b/doc_src/cmds/set.rst @@ -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.