Skip to content

Commit ad6f912

Browse files
authored
Fix typo
1 parent b9c1fe0 commit ad6f912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Control/Monad/Writer/Class.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import Prelude
66

77
import Data.Tuple (Tuple(..))
88

9-
-- | The `MonadWriter w` type class represents those monads which support a
9+
-- | The `MonadTell w` type class represents those monads which support a
1010
-- | monoidal accumulator of type `w`, were `tell` appends a value to the
1111
-- | accumulator.
1212
-- |

0 commit comments

Comments
 (0)