Skip to content

Commit df83c46

Browse files
authored
Merge pull request #111 from Thimoteus/fix-typo
fix typo
2 parents 87bd95f + cf67b0b commit df83c46

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)