From objects to functions - (B7.0) small typos

@uberto

On page 51 “Run the Acceptance Test” in the last sentence shouldn’t it be “With the acceptance test in place we can now start to define the business model and our application”

On page 58 “Exercise 2.1: Chain Functions” in the example code definition there is “typealias FUN<A, B> = (A) → B**|**” where the “|” symbol should be removed.

1 Like