aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/tutorial.hdr
diff options
context:
space:
mode:
Diffstat (limited to 'doc_src/tutorial.hdr')
-rw-r--r--doc_src/tutorial.hdr2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc_src/tutorial.hdr b/doc_src/tutorial.hdr
index 505adc7c..fe624d95 100644
--- a/doc_src/tutorial.hdr
+++ b/doc_src/tutorial.hdr
@@ -567,7 +567,7 @@ See the documentation for <a href="commands.html#funced">funced</a> and <a href=
\section tut-universal Universal Variables
-A universal variable is a variable whose value is shared across all instances of `fish`, now and in the future - even after a reboot. You can make a variable universal with `set -U`:
+A universal variable is a variable whose value is shared across all instances of `fish`, now and in the future – even after a reboot. You can make a variable universal with `set -U`:
\fish{cli-dark}
>_ set -U EDITOR vim