Skip to content

Commit

Permalink
Merge pull request #20 from zarthross/patch-2
Browse files Browse the repository at this point in the history
Update ErrorHandlingSection.scala
  • Loading branch information
juanpedromoreno authored Dec 26, 2016
2 parents f3d2549 + 6dc6149 commit 3796aee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/scala/doobie/ErrorHandlingSection.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import scalaz._

/**
* ==About Exceptions==
* '''doobie''' allow exceptions to propagate and escape unless they are handled explicitly
* '''doobie''' allows exceptions to propagate and escape unless they are handled explicitly
* (exactly as `IO` and `Task` work). This means when a '''doobie''' action (transformed to some
* target monad) is executed, exceptions can escape.
*
Expand Down Expand Up @@ -59,7 +59,7 @@ import scalaz._
object ErrorHandlingSection extends FlatSpec with Matchers with Section {

/**
* Let's do some exercises where errors will happen and see how deal with them.
* Let's do some exercises where errors will happen and see how to deal with them.
*
* We're going to work with `person` table again, where the `name` column is marked as being
* unique.
Expand Down

0 comments on commit 3796aee

Please # to comment.