From 16dabef5d2049db4ce7eb418470bf712e4229aa9 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 15 Jul 2007 12:22:29 +0000 Subject: [PATCH] Fix typo --- 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 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 -- 1.7.10.4