diff options
author | Ian Lynagh <igloo@earth.li> | 2007-07-15 12:22:29 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-07-15 12:22:29 +0000 |
commit | 16dabef5d2049db4ce7eb418470bf712e4229aa9 (patch) | |
tree | 67ac21ff60a372b3256d9f4b9d67b272401937eb /docs | |
parent | 0cfe6d46b0033b5a26964a73168767e2e97276cc (diff) | |
download | haskell-16dabef5d2049db4ce7eb418470bf712e4229aa9.tar.gz |
Fix typo
Diffstat (limited to 'docs')
-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 9810dce064..8e7dda04cc 100644 --- a/docs/users_guide/ghci.xml +++ b/docs/users_guide/ghci.xml @@ -788,7 +788,7 @@ def = toEnum 0 <para>The debugger provides the following: <itemizedlist> <listitem> - <para>The abilty to set a <firstterm>breakpoint</firstterm> on a + <para>The ability to set a <firstterm>breakpoint</firstterm> on a function definition or expression in the program. When the function is called, or the expression evaluated, GHCi suspends execution and returns to the prompt, where you can inspect the |