summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Fischer <daniel.is.fischer@googlemail.com>2011-05-30 09:09:34 +0200
committerSimon Marlow <marlowsd@gmail.com>2011-05-31 10:52:58 +0100
commit98fe4dcf037472ec18db71f5ad9dab2110aa4cd9 (patch)
tree7af712a75116cc77b7c998c61818d417b27856e6
parentb1cfe1372b27bd622bc6abd5da0e77a82633c068 (diff)
downloadhaskell-98fe4dcf037472ec18db71f5ad9dab2110aa4cd9.tar.gz
Remove repeated at in using.xml
-rw-r--r--docs/users_guide/using.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/using.xml b/docs/users_guide/using.xml
index 8fa2434ff3..2828c6ae5b 100644
--- a/docs/users_guide/using.xml
+++ b/docs/users_guide/using.xml
@@ -1925,7 +1925,7 @@ f "2" = 2
<para>(Default: 45) Governs the maximum size that GHC will
allow a function unfolding to be. (An unfolding has a
&ldquo;size&rdquo; that reflects the cost in terms of
- &ldquo;code bloat&rdquo; of expanding that unfolding at
+ &ldquo;code bloat&rdquo; of expanding that unfolding
at a call site. A bigger function would be assigned a
bigger cost.) </para>