[commit: ghc] ghc-8.0: Missed plural renaming in user's guide (6d797c7)
git at git.haskell.org
git at git.haskell.org
Wed Jan 27 12:05:15 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.0
Link : http://ghc.haskell.org/trac/ghc/changeset/6d797c77d919f4f77e0ee2f01e0012be709fe2a7/ghc
>---------------------------------------------------------------
commit 6d797c77d919f4f77e0ee2f01e0012be709fe2a7
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]
(cherry picked from commit 34c9a4e4290595adc2e59024f9bfdc914b0f6dd3)
>---------------------------------------------------------------
6d797c77d919f4f77e0ee2f01e0012be709fe2a7
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 918ede7..0acad37 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