From d7068c183b4dc43903e94f0f38f5fe5b9add262c Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 27 Aug 2010 15:39:14 +0000 Subject: [PATCH] Typo, spotted by Johan Tibell --- docs/users_guide/6.14.1-notes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/users_guide/6.14.1-notes.xml b/docs/users_guide/6.14.1-notes.xml index 5bb63d1..506f92d 100644 --- a/docs/users_guide/6.14.1-notes.xml +++ b/docs/users_guide/6.14.1-notes.xml @@ -321,7 +321,7 @@ import SpecConstr (.) f g = \x -> f (g x) - will be inlined if only aplpied to 2 arguments. + will be inlined if only applied to 2 arguments. -- 1.7.10.4