diff options
author | Simon Marlow <marlowsd@gmail.com> | 2013-09-23 16:05:19 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2013-10-01 11:45:46 +0100 |
commit | ab3abf15b8917377c997c10ee4fc943d381f814e (patch) | |
tree | 291ba3a4db6a20fa3e698f62e1a55687d22f477e /docs/users_guide/ghci.xml | |
parent | 2f69aaea7066b8d11034925d9376fadd67361eca (diff) | |
download | haskell-ab3abf15b8917377c997c10ee4fc943d381f814e.tar.gz |
grammar fix
Diffstat (limited to 'docs/users_guide/ghci.xml')
-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 50bb54ff22..de95182026 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> |