summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-06-05 12:20:48 +0000
committerIan Lynagh <igloo@earth.li>2009-06-05 12:20:48 +0000
commit64385754043e6127fc2876ad9406b10125a030b9 (patch)
tree4a10d6e1d34528b1999027a952ff446cc6b8afd1 /docs
parentf1779d1350e7f30c446e51f3d33355858533fe13 (diff)
downloadhaskell-64385754043e6127fc2876ad9406b10125a030b9.tar.gz
Fix typo
Diffstat (limited to 'docs')
-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 fad30ac245..65ca0acdf2 100644
--- a/docs/users_guide/using.xml
+++ b/docs/users_guide/using.xml
@@ -992,7 +992,7 @@ foreign import "&amp;f" f :: FunPtr t
<listitem>
<indexterm><primary><option>-fwarn-dodgy-imports</option></primary>
</indexterm>
- <para>Causes a warning to be emitted when a a datatype
+ <para>Causes a warning to be emitted when a datatype
<literal>T</literal> is imported
with all constructors, i.e. <literal>T(..)</literal>, but has been
exported abstractly, i.e. <literal>T</literal>.</para>