diff options
author | judah.jacobson@gmail.com <unknown> | 2007-09-07 21:16:16 +0000 |
---|---|---|
committer | judah.jacobson@gmail.com <unknown> | 2007-09-07 21:16:16 +0000 |
commit | b4edc22b10f5333aa76c46d7fbf26ed91610f637 (patch) | |
tree | 0f70b4273a948240b1483d82253e71a412c9f585 | |
parent | dec21d06eb80f6d958d18bc185cd84f40d9ef98f (diff) | |
download | haskell-b4edc22b10f5333aa76c46d7fbf26ed91610f637.tar.gz |
Fix repeated section name in documentation.
-rw-r--r-- | docs/users_guide/runghc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/runghc.xml b/docs/users_guide/runghc.xml index 8355fa5320..352a4965e0 100644 --- a/docs/users_guide/runghc.xml +++ b/docs/users_guide/runghc.xml @@ -6,7 +6,7 @@ <para>runghc allows you to run Haskell programs without first having to compile them.</para> - <sect1 id="ghci-introduction"> + <sect1 id="runghc-introduction"> <title>Flags</title> <para>The runghc commandline looks like:</para> |