AtomicScala / atomic-scala-corrections

Find out about or report corrections for the book "Atomic Scala"
http://www.atomicscala.com
6 stars 2 forks source link

Atom "Error Reporting with Either", exercise 3 #78

Open waij opened 7 years ago

waij commented 7 years ago

In atom Error Reporting with Either, exercise 3, the test strings need an additional space: letters is "Vector(Left(a), Right(b)," + // ... letters is "Vector(Left(a), Right(b), " + // ...