diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-01-12 16:07:03 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-01-12 16:07:03 +0000 |
commit | 6387eba88dc95e6b56133309509c387628986171 (patch) | |
tree | 877eb477ec36c3911ba6414e8d2f5078c52692a4 /docs/users_guide/sooner.xml | |
parent | 782faec0d6cd32bc922e3d489c2d44c9ca175a3e (diff) | |
download | haskell-6387eba88dc95e6b56133309509c387628986171.tar.gz |
Fix typo in docs; spotted by Gabor Greif
Diffstat (limited to 'docs/users_guide/sooner.xml')
-rw-r--r-- | docs/users_guide/sooner.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/sooner.xml b/docs/users_guide/sooner.xml index ad798aca32..4a6430c9db 100644 --- a/docs/users_guide/sooner.xml +++ b/docs/users_guide/sooner.xml @@ -295,7 +295,7 @@ f (Wibble x y) # ugly, and proud of it <literal>Strictness: <string></literal>. The <literal><string></literal> gives the strictness of the function's arguments: see <ulink url="http://hackage.haskell.org/trac/ghc/wiki/Commentary/Compiler/Demand"> - the GHC Commentary</ulink> for a description of the stricntess notation. + the GHC Commentary</ulink> for a description of the strictness notation. </para> <para>For an “unpackable” |