Skip to content

Commit

Permalink
Merge pull request #90 from tweag/typo
Browse files Browse the repository at this point in the history
reader --> source in HasSource haddocks
  • Loading branch information
aspiwack authored Mar 29, 2021
2 parents 7eab7d2 + 1ed88a0 commit 398608b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Capability/Source/Internal/Class.hs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ await = await_ (proxy# @tag)

-- | @awaits \@tag@
-- retrieves the image by @f@ of the environment
-- of the reader capability @tag@.
-- of the source capability @tag@.
--
-- prop> awaits @tag f = f <$> await @tag
awaits :: forall tag r m a. HasSource tag r m => (r -> a) -> m a
Expand Down

0 comments on commit 398608b

Please sign in to comment.