diff options
author | Ian Lynagh <igloo@earth.li> | 2006-09-03 21:26:51 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2006-09-03 21:26:51 +0000 |
commit | 2aa838b02f1c84459e971dafcc08afa890b02cbf (patch) | |
tree | 6a496510fc36805edd1bfffba8e3cf0527253734 | |
parent | b7a8e7a57804c55a1b12364604147f8fab891c00 (diff) | |
download | haskell-2aa838b02f1c84459e971dafcc08afa890b02cbf.tar.gz |
Fix typo
-rw-r--r-- | docs/users_guide/ghci.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/ghci.xml b/docs/users_guide/ghci.xml index cc23712125..de56c72151 100644 --- a/docs/users_guide/ghci.xml +++ b/docs/users_guide/ghci.xml @@ -350,7 +350,7 @@ Ok, modules loaded: A, B, C, D. </screen> <para>HINT: since GHCi will only use a compiled object file if it - can sure that the compiled version is up-to-date, a good technique + can be sure that the compiled version is up-to-date, a good technique when working on a large program is to occasionally run <literal>ghc ––make</literal> to compile the whole project (say before you go for lunch :-), then continue working in the |