[commit: ghc] master: grammar fix (ab3abf1)
git at git.haskell.org
git
Tue Oct 1 10:48:52 UTC 2013
Repository : ssh://git at git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/ab3abf15b8917377c997c10ee4fc943d381f814e/ghc
>---------------------------------------------------------------
commit ab3abf15b8917377c997c10ee4fc943d381f814e
Author: Simon Marlow <marlowsd at gmail.com>
Date: Mon Sep 23 16:05:19 2013 +0100
grammar fix
>---------------------------------------------------------------
ab3abf15b8917377c997c10ee4fc943d381f814e
docs/users_guide/ghci.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/users_guide/ghci.xml b/docs/users_guide/ghci.xml
index 50bb54f..de95182 100644
--- a/docs/users_guide/ghci.xml
+++ b/docs/users_guide/ghci.xml
@@ -2558,7 +2558,7 @@ T Int :: * -> *
<listitem>
<para>Lists the source code around the definition of
<replaceable>identifier</replaceable> or the current
- breakpoint is not given. This requires the identifier be
+ breakpoint if not given. This requires that the identifier be
defined in an interpreted module. If your output device
supports it, then GHCi will highlight the active
subexpression in bold.</para>
More information about the ghc-commits
mailing list