summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Fischer <daniel.is.fischer@googlemail.com>2011-07-27 21:39:44 +0200
committerIan Lynagh <igloo@earth.li>2011-07-28 21:16:05 +0100
commit834dbd9ac41f8e40b31d9d2045765d03fc210d50 (patch)
tree76198020f5da582c530c6455cfd344f0cdc7b7ad /docs
parentd8d4c2a5f96059f4cd0880ac2ad87e663105640c (diff)
downloadhaskell-834dbd9ac41f8e40b31d9d2045765d03fc210d50.tar.gz
Exchange noinline/inlanable links to match text
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/glasgow_exts.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml
index 3227692eaa..32581875d8 100644
--- a/docs/users_guide/glasgow_exts.xml
+++ b/docs/users_guide/glasgow_exts.xml
@@ -7960,8 +7960,8 @@ itself, so an INLINE pragma is always ignored.</para>
{-# INLINE returnUs #-}
</programlisting>
- <para>See also the <literal>NOINLINE</literal> (<xref linkend="inlinable-pragma"/>)
- and <literal>INLINABLE</literal> (<xref linkend="noinline-pragma"/>)
+ <para>See also the <literal>NOINLINE</literal> (<xref linkend="noinline-pragma"/>)
+ and <literal>INLINABLE</literal> (<xref linkend="inlinable-pragma"/>)
pragmas.</para>
<para>Note: the HBC compiler doesn't like <literal>INLINE</literal> pragmas,