[commit: ghc] master: Fix a typo in the description of -fabstract-refinement-hole-fits (6ba9aa5)

git at git.haskell.org git at git.haskell.org
Sat Nov 17 05:40:36 UTC 2018


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

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

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

commit 6ba9aa5dd0a539adf02690a9c71d1589f541b3c5
Author: Dmitry Ivanov <ethercrow at gmail.com>
Date:   Thu Nov 15 10:36:09 2018 +0100

    Fix a typo in the description of -fabstract-refinement-hole-fits


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

6ba9aa5dd0a539adf02690a9c71d1589f541b3c5
 docs/users_guide/glasgow_exts.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst
index 7056d04..a07adf3 100644
--- a/docs/users_guide/glasgow_exts.rst
+++ b/docs/users_guide/glasgow_exts.rst
@@ -11898,7 +11898,7 @@ fixing the hole, this can help users understand what options they have.
 
 .. ghc-flag:: -fabstract-refinement-hole-fits
     :shortdesc: *default: off.* Toggles whether refinements where one or more
-         or more of the holes are abstract are reported.
+         of the holes are abstract are reported.
     :type: dynamic
     :reverse: -fno-abstract-refinement-hole-fits
     :category: verbosity



More information about the ghc-commits mailing list