Skip to content

Commit

Permalink
Update Deferred.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
bplommer authored Apr 6, 2021
1 parent 876af65 commit f248edb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ object Deferred {

/*
* Returns a new view of this `SyncDeferredSink` instance that shares
* the same state but which suspends operations in `F` rather than `G`.
* the same state but which suspends operations in `G` rather than `F`.
*
* Similar to `mapK`, but requires a [[Sync]] instance instead of a natural
* transformation.
Expand Down

0 comments on commit f248edb

Please sign in to comment.