[commit: ghc] master: Remove extra period (a5f4fb6)

git at git.haskell.org git at git.haskell.org
Tue Oct 21 21:50:38 UTC 2014


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

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

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

commit a5f4fb67ee6adb645e4bf0cd73f5bd995c40e6c7
Author: Matt Kraai <kraai at ftbfs.org>
Date:   Tue Oct 21 15:00:51 2014 -0500

    Remove extra period
    
    Summary:
    The documentation has an extra period, which is rendered as
    
    > However, GHCi also has support for interactively loading compiled
    > code, as well as supporting all[2] the language extensions that GHC
    > provides. .
    
    Removing the extra period should fix this problem.
    
    Reviewers: austin
    
    Reviewed By: austin
    
    Subscribers: thomie, carter, ezyang, simonmar
    
    Differential Revision: https://phabricator.haskell.org/D326


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

a5f4fb67ee6adb645e4bf0cd73f5bd995c40e6c7
 docs/users_guide/ghci.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/users_guide/ghci.xml b/docs/users_guide/ghci.xml
index cbf5b76..4ea1f92 100644
--- a/docs/users_guide/ghci.xml
+++ b/docs/users_guide/ghci.xml
@@ -17,7 +17,7 @@
   </footnote> the language extensions that GHC provides.
   <indexterm><primary>FFI</primary><secondary>GHCi support</secondary></indexterm>
   <indexterm><primary>Foreign Function
-  Interface</primary><secondary>GHCi support</secondary></indexterm>.
+  Interface</primary><secondary>GHCi support</secondary></indexterm>
   GHCi also includes an interactive debugger (see <xref linkend="ghci-debugger"/>).</para>
 
   <sect1 id="ghci-introduction">



More information about the ghc-commits mailing list