Errata for Kotlin Apprentice 3rd Edition

Creating this topic to catch any typos and bugs in the 3rd Edition of Kotlin Apprentice.

In the challenges for Chapter 10 : Lambdas

The second challenge describes the sum of the first 10 digits of the fibonacci series as 143.
I think the correct result is 144, the equivalent describing the series as a function would be
F(12) = 144.

Thank you so much for sharing! I’ve made a note to review this for the next update.