[commit: ghc] master: Missed plural renaming in user's guide (34c9a4e)

git at git.haskell.org git at git.haskell.org
Tue Jan 26 11:42:49 UTC 2016


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

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

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

commit 34c9a4e4290595adc2e59024f9bfdc914b0f6dd3
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Tue Jan 26 11:59:40 2016 +0100

    Missed plural renaming in user's guide
    
    Follow-up to 132c20894d102558cc8f3aee5bc289425d0ddb24
    
    [skip ci]


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

34c9a4e4290595adc2e59024f9bfdc914b0f6dd3
 docs/users_guide/8.0.1-notes.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/users_guide/8.0.1-notes.rst b/docs/users_guide/8.0.1-notes.rst
index 153a4d3..6239ea5 100644
--- a/docs/users_guide/8.0.1-notes.rst
+++ b/docs/users_guide/8.0.1-notes.rst
@@ -252,7 +252,7 @@ Compiler
    allows library authors eager to make their code future compatible to adapt
    to new features before they even generate warnings.
 
--  Added the :ghc-flag:`-Wmissing-monadfail-instance` flag. When enabled, this
+-  Added the :ghc-flag:`-Wmissing-monadfail-instances` flag. When enabled, this
    will issue a warning if a failable pattern is used in a context that does
    not have a ``MonadFail`` constraint. This flag represents phase 1 of the
    `MonadFail Proposal (MFP)



More information about the ghc-commits mailing list