Skip to content

Commit

Permalink
Merge pull request #2960 from b-vennes/series/3.x
Browse files Browse the repository at this point in the history
Fixed typo in GenSpawn documentation
  • Loading branch information
armanbilge authored Apr 14, 2022
2 parents f51d87d + 6788792 commit 9396c67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ import cats.syntax.all._
* 1. A1, B1, B2, A2
* 1. B1, B2, A1, A2
* 1. B1, A1, B2, A2
* 1. B1, A1, A2, B3
* 1. B1, A1, A2, B2
*
* Notice how every execution preserves sequential consistency of the effects within each fiber:
* `A1` always prints before `A2`, and `B1` always prints before `B2`. However, there are no
Expand Down

0 comments on commit 9396c67

Please sign in to comment.