From a976589e933bc3c6ffb616295cec0f42ea922bc7 Mon Sep 17 00:00:00 2001 From: Oliver Schrenk Date: Sun, 15 Oct 2023 10:44:49 +0200 Subject: [PATCH] fix typo in set -U option (Partially cherry picked from commit 631f2c073c35b66e69ee09a5f7a38ec4412ffd52) --- 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 9650c39b1..d529b4d51 100644 --- a/doc_src/cmds/set.rst +++ b/doc_src/cmds/set.rst @@ -38,7 +38,7 @@ The following options 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 persisted across restarts of the shell. **-f** or **--function** Sets a variable scoped to the executing function.