Skip to content

Commit cf67b0b

Browse files
committed
fix typo
1 parent 87bd95f commit cf67b0b

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
@@ -7,7 +7,7 @@ import Prelude
77
import Data.Tuple (Tuple(..))
88

99
-- | The `MonadTell w` type class represents those monads which support a
10-
-- | monoidal accumulator of type `w`, were `tell` appends a value to the
10+
-- | monoidal accumulator of type `w`, where `tell` appends a value to the
1111
-- | accumulator.
1212
-- |
1313
-- | An implementation is provided for `WriterT`, and for other monad

0 commit comments

Comments
 (0)