From: Ian Lynagh Date: Fri, 27 Aug 2010 15:39:14 +0000 (+0000) Subject: Typo, spotted by Johan Tibell X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=d7068c183b4dc43903e94f0f38f5fe5b9add262c Typo, spotted by Johan Tibell --- 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.