aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/else.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc_src/else.txt')
-rw-r--r--doc_src/else.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc_src/else.txt b/doc_src/else.txt
index 069a13bd..a22cfcdb 100644
--- a/doc_src/else.txt
+++ b/doc_src/else.txt
@@ -1,7 +1,7 @@
\section else else - execute command if a condition is not met
\subsection else-synopsis Synopsis
-\fish{syn}
+\fish{synopsis}
if CONDITION; COMMANDS_TRUE...; [else; COMMANDS_FALSE...;] end
\endfish