aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/for.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc_src/for.txt')
-rw-r--r--doc_src/for.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc_src/for.txt b/doc_src/for.txt
index b4b3dfaf..2ffffe40 100644
--- a/doc_src/for.txt
+++ b/doc_src/for.txt
@@ -11,7 +11,7 @@ not be executed at all.
\subsection for-example Example
-The command
+The command
<tt>for i in foo bar baz; echo $i; end</tt>
@@ -21,5 +21,5 @@ would output:
foo
bar
baz
-</pre>
+</pre>