From: Ian Lynagh Date: Sun, 15 Jul 2007 12:22:29 +0000 (+0000) Subject: Fix typo X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=16dabef5d2049db4ce7eb418470bf712e4229aa9 Fix typo --- diff --git a/docs/users_guide/ghci.xml b/docs/users_guide/ghci.xml index 9810dce..8e7dda0 100644 --- a/docs/users_guide/ghci.xml +++ b/docs/users_guide/ghci.xml @@ -788,7 +788,7 @@ def = toEnum 0 The debugger provides the following: - The abilty to set a breakpoint on a + The ability to set a breakpoint 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