[commit: ghc] master: Typofix: missing period. (#10460) (e5be846)

git at git.haskell.org git at git.haskell.org
Mon Jun 1 17:06:36 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/e5be846ba929da54472c03a7c3b05fdd1e483c01/ghc

>---------------------------------------------------------------

commit e5be846ba929da54472c03a7c3b05fdd1e483c01
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Mon Jun 1 10:05:46 2015 -0700

    Typofix: missing period. (#10460)
    
    Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>


>---------------------------------------------------------------

e5be846ba929da54472c03a7c3b05fdd1e483c01
 docs/users_guide/ffi-chap.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/users_guide/ffi-chap.xml b/docs/users_guide/ffi-chap.xml
index 0f9cfba..a5ab9e7 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



More information about the ghc-commits mailing list