diff options
author | Ian Lynagh <igloo@earth.li> | 2007-07-16 15:34:13 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-07-16 15:34:13 +0000 |
commit | c55912865de7db853279e4e243dfcda2f7f4d8a7 (patch) | |
tree | 105ce7f0306cd53c89eab6372bb5e571d9e49861 | |
parent | 9fa5ced11b0955f69773b2bd616441c69c7d1068 (diff) | |
download | haskell-c55912865de7db853279e4e243dfcda2f7f4d8a7.tar.gz |
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 7d07f9b4c4..9031d29728 100644 --- a/docs/users_guide/ghci.xml +++ b/docs/users_guide/ghci.xml @@ -1017,7 +1017,7 @@ right :: [a] <para>The execution continued at the point it previously stopped, and has now stopped at the breakpoint for a second time.</para> - <sect3 id="setting-breakpoings"> + <sect3 id="setting-breakpoints"> <title>Setting breakpoints</title> <para>Breakpoints can be set in various ways. Perhaps the easiest way to |