aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/for.txt
diff options
context:
space:
mode:
authorGravatar Grissiom <chaos.proton@gmail.com>2010-09-18 10:18:26 +0800
committerGravatar Grissiom <chaos.proton@gmail.com>2010-09-18 10:18:26 +0800
commit70322077d21ae38bbe503d88e9e4d73ec883a493 (patch)
treed64024c9dde752818a35f865f910e413d8935579 /doc_src/for.txt
parentf529b2e05725cba0bf9da3ee0feb0b7e3ef2fa5a (diff)
remove trialing spaces #2
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>