[commit: ghc] master: Fix docs typo. (fe0cbe4)
git at git.haskell.org
git at git.haskell.org
Fri Jun 27 10:40:20 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/fe0cbe48f2ec8f2ed8d1029c593220ae85324083/ghc
>---------------------------------------------------------------
commit fe0cbe48f2ec8f2ed8d1029c593220ae85324083
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date: Fri Jun 27 11:40:08 2014 +0100
Fix docs typo.
Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>
>---------------------------------------------------------------
fe0cbe48f2ec8f2ed8d1029c593220ae85324083
docs/users_guide/phases.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/users_guide/phases.xml b/docs/users_guide/phases.xml
index 0326af1..8a5589a 100644
--- a/docs/users_guide/phases.xml
+++ b/docs/users_guide/phases.xml
@@ -589,7 +589,7 @@ $ cat foo.hspp</screen>
<listitem>
<para>Always write interface files. GHC will normally write
interface files automatically, but this flag is useful with
- <option>-fno-code</code>, which normally suppresses generation
+ <option>-fno-code</option>, which normally suppresses generation
of interface files. This is useful if you want to type check
over multiple runs of GHC without compiling dependencies.</para>
</listitem>
More information about the ghc-commits
mailing list