diff options
author | Matt Kraai <kraai@ftbfs.org> | 2014-10-21 15:00:51 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-10-21 15:00:52 -0500 |
commit | a5f4fb67ee6adb645e4bf0cd73f5bd995c40e6c7 (patch) | |
tree | cd09276f7466e7689500e565fffa29f388f3b62f /docs | |
parent | d4fd16801bc59034abdc6214e60fcce2b21af9c8 (diff) | |
download | haskell-a5f4fb67ee6adb645e4bf0cd73f5bd995c40e6c7.tar.gz |
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
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/ghci.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/ghci.xml b/docs/users_guide/ghci.xml index cbf5b764a1..4ea1f92f61 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"> |