summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2013-09-18 08:54:45 +0200
committerHerbert Valerio Riedel <hvr@gnu.org>2013-09-18 08:55:24 +0200
commitd80bd87b00d8e40a50c12d2416a65e0f9ce9fe32 (patch)
tree5f04fdb6e2f3d3bdcabc7c7853eb82bc508a8c34
parent53b2dc8dda92bb3d8606857eb9ee95e25893498c (diff)
downloadhaskell-d80bd87b00d8e40a50c12d2416a65e0f9ce9fe32.tar.gz
Fix-up Docbook XML broken in f4046b508a5a7
-rw-r--r--docs/users_guide/separate_compilation.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/separate_compilation.xml b/docs/users_guide/separate_compilation.xml
index c571c39fb7..8122d53b8b 100644
--- a/docs/users_guide/separate_compilation.xml
+++ b/docs/users_guide/separate_compilation.xml
@@ -878,7 +878,7 @@ methods entirely; but you must either omit them all or put them all in.
</para></listitem>
<listitem><para> You can include instance declarations just as in Haskell; but omit the "where" part.
</para></listitem>
-<listitem><para>The default role for class and datatype parameters is now representational. To get another role, use a role annotation. (See <xref linkend="roles"/>.)
+<listitem><para>The default role for class and datatype parameters is now representational. To get another role, use a role annotation. (See <xref linkend="roles"/>.)</para></listitem>
</itemizedlist>
</para>
</sect2>