diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2015-06-01 10:05:46 -0700 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2015-06-01 10:05:46 -0700 |
commit | e5be846ba929da54472c03a7c3b05fdd1e483c01 (patch) | |
tree | ec0732617b91c1eb098bdc1422b7285f326c19d8 | |
parent | 98b0b2e41f2bdc66bf815ff5f3825832b2b6d34d (diff) | |
download | haskell-e5be846ba929da54472c03a7c3b05fdd1e483c01.tar.gz |
Typofix: missing period. (#10460)
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
-rw-r--r-- | docs/users_guide/ffi-chap.xml | 2 |
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 |