diff options
Diffstat (limited to 'docs/users_guide/6.14.1-notes.xml')
-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> |