diff options
author | Ian Lynagh <igloo@earth.li> | 2010-08-27 15:39:14 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-08-27 15:39:14 +0000 |
commit | d7068c183b4dc43903e94f0f38f5fe5b9add262c (patch) | |
tree | 62d76f8919353bb6c957ef5a927e3d65da060263 /docs | |
parent | 268f5c35a8bcc88caaa405b8142e35ecb1de0638 (diff) | |
download | haskell-d7068c183b4dc43903e94f0f38f5fe5b9add262c.tar.gz |
Typo, spotted by Johan Tibell
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/6.14.1-notes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/6.14.1-notes.xml b/docs/users_guide/6.14.1-notes.xml index 5bb63d158a..506f92d7e0 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) </programlisting> <para> - will be inlined if only aplpied to 2 arguments. + will be inlined if only applied to 2 arguments. </para> </listitem> |