Skip to content

Commit

Permalink
Merge pull request #1408 from visortelle/series/2.x
Browse files Browse the repository at this point in the history
Fix typo in tutorial.md
  • Loading branch information
rossabaker authored Nov 11, 2020
2 parents 485dfee + c04a3b9 commit 0201f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/main/mdoc/tutorial/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ cancellation in the next section.
### Dealing with cancellation
Cancellation is a powerful but non-trivial cats-effect feature. In cats-effect,
some `IO` instances can be canceled ( _e.g._ by other `IO` instaces running
concurrently) meaning that their evalation will be aborted. If the programmer is
concurrently) meaning that their evaluation will be aborted. If the programmer is
careful, an alternative `IO` task will be run under cancellation, for example to
deal with potential cleaning up activities.

Expand Down

0 comments on commit 0201f87

Please sign in to comment.