aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/begin.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc_src/begin.txt')
-rw-r--r--doc_src/begin.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc_src/begin.txt b/doc_src/begin.txt
index b4a822c3..f5f7f53e 100644
--- a/doc_src/begin.txt
+++ b/doc_src/begin.txt
@@ -37,7 +37,7 @@ In the following code, all output is redirected to the file out.html.
begin
echo $xml_header
echo $html_header
- if test -e $file
+ if test -e $file
...
end
...