[commit: packages/mtl] master: [docs typo] easy done -> easily done (#22) (34c38d5)
git at git.haskell.org
git at git.haskell.org
Thu Aug 3 09:58:14 UTC 2017
Repository : ssh://git@git.haskell.org/mtl
On branch : master
Link : http://git.haskell.org/packages/mtl.git/commitdiff/34c38d5eab7b20f251e0dc3e7781790ce6e4e720
>---------------------------------------------------------------
commit 34c38d5eab7b20f251e0dc3e7781790ce6e4e720
Author: Ricky Elrod <ricky at elrod.me>
Date: Thu Jul 20 13:55:38 2017 -0400
[docs typo] easy done -> easily done (#22)
>---------------------------------------------------------------
34c38d5eab7b20f251e0dc3e7781790ce6e4e720
Control/Monad/Reader.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Control/Monad/Reader.hs b/Control/Monad/Reader.hs
index 70db0f6..13ea1c6 100644
--- a/Control/Monad/Reader.hs
+++ b/Control/Monad/Reader.hs
@@ -130,7 +130,7 @@ Shows how to modify Reader content with 'local'.
Now you are thinking: 'Wow, what a great monad! I wish I could use
Reader functionality in MyFavoriteComplexMonad!'. Don't worry.
-This can be easy done with the 'ReaderT' monad transformer.
+This can be easily done with the 'ReaderT' monad transformer.
This example shows how to combine @ReaderT@ with the IO monad.
>-- The Reader/IO combined monad, where Reader stores a string.
More information about the ghc-commits
mailing list