transformers tweak
authorJim Pryor <profjim@jimpryor.net>
Mon, 13 Dec 2010 02:20:50 +0000 (21:20 -0500)
committerJim Pryor <profjim@jimpryor.net>
Mon, 13 Dec 2010 02:20:50 +0000 (21:20 -0500)
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
monad_transformers.mdwn

index 9f26d61..0e9d928 100644 (file)
@@ -156,7 +156,7 @@ When Maybe is on the inside, on the other hand, a failure means the whole comput
        Exception: Failure "bye".
 -->
 
-Here's an example wrapping List around Maybe, and vice versa:
+Here's an example wrapping Maybe around List, and vice versa:
 
        # module LM = List_monad.T(Maybe_monad);;
        # module ML = Maybe_monad.T(List_monad);;