summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/users_guide/ffi-chap.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/ffi-chap.xml b/docs/users_guide/ffi-chap.xml
index 0f9cfba483..a5ab9e76ca 100644
--- a/docs/users_guide/ffi-chap.xml
+++ b/docs/users_guide/ffi-chap.xml
@@ -76,7 +76,7 @@ OK:
internal GHC calling convention. The arguments and results must
be unboxed types, except that an argument may be of type
<literal>Any</literal> (by way of <literal>unsafeCoerce#</literal>)
- and the result type is allowed to be an unboxed tuple
+ and the result type is allowed to be an unboxed tuple.
</para>
<para>
This feature is not intended for