scalawithcats / scala-with-cats

Source code for Scala with Cats
http://underscore.io/books/scala-with-cats
396 stars 133 forks source link

Fix some typos #218

Closed artemkorsakov closed 1 year ago

artemkorsakov commented 1 year ago

The expression n + 1 * 2 doesn't make sense. Maybe it meant (n + 1) * 2?