diff options
author | Dmitry Ivanov <ethercrow@gmail.com> | 2018-11-15 10:36:09 +0100 |
---|---|---|
committer | Ömer Sinan Ağacan <omeragacan@gmail.com> | 2018-11-17 08:40:10 +0300 |
commit | 6ba9aa5dd0a539adf02690a9c71d1589f541b3c5 (patch) | |
tree | 764ca2855adc607e6254ccc3dc9d907308611bb4 /docs | |
parent | 9696282911a5750178b0b890f3c0b638046b8f13 (diff) | |
download | haskell-6ba9aa5dd0a539adf02690a9c71d1589f541b3c5.tar.gz |
Fix a typo in the description of -fabstract-refinement-hole-fits
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/glasgow_exts.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst index 7056d04007..a07adf377b 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 |