Skip to content

Commit

Permalink
Merge pull request #1565 from heraklos/fix-typo-pubsub
Browse files Browse the repository at this point in the history
Fix small typo
  • Loading branch information
mpilquist committed Aug 26, 2019
2 parents d565f8d + 4a7d81d commit a4fa31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/shared/src/main/scala/fs2/concurrent/PubSub.scala
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ private[fs2] trait Subscribe[F[_], A, Selector] {
def get(selector: Selector): F[A]

/**
* A variant of `get`, that instead or returning one element will return multiple elements
* A variant of `get`, that instead of returning one element will return multiple elements
* in form of stream.
*
* @param selector selector describing which `A` to receive
Expand Down

0 comments on commit a4fa31f

Please sign in to comment.