[Git][ghc/ghc][master] Fix typo
Marge Bot
gitlab at gitlab.haskell.org
Wed Jul 29 19:06:41 UTC 2020
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
b9a880fc by Felix Wiemuth at 2020-07-29T15:06:35-04:00
Fix typo
- - - - -
1 changed file:
- libraries/base/Data/Maybe.hs
Changes:
=====================================
libraries/base/Data/Maybe.hs
=====================================
@@ -149,7 +149,7 @@ fromJust Nothing = error "Maybe.fromJust: Nothing" -- yuck
fromJust (Just x) = x
-- | The 'fromMaybe' function takes a default value and a 'Maybe'
--- value. If the 'Maybe' is 'Nothing', it returns the default values;
+-- value. If the 'Maybe' is 'Nothing', it returns the default value;
-- otherwise, it returns the value contained in the 'Maybe'.
--
-- ==== __Examples__
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b9a880fce484d0a87bb794b9d2d8a73e54819011
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b9a880fce484d0a87bb794b9d2d8a73e54819011
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200729/4c270b86/attachment-0001.html>
More information about the ghc-commits
mailing list