Is there a page for errata in the 7th edition?
The book is amazing, edit-wise. I’ve come across only two small issues in the entire book; stunning. But I don’t know where to report them.
- Operator typo
One is in the demo code (not part of a project) on page 453:
let numbers = [1, 2, 3]
let doubledNumbers = numbers.map { $0 * $0 }
Obviously that’s squaring the numbers, not doubling them. The *
should be a +
.
(And similarly with the code below it that explains what map
is doing.)
- Duplicated sentence
The first sentence in the second paragraph on page 484 is duplicated.
(“There are a couple ways to navigate with VoiceOver on.”)
That’s it that I’ve seen. Just amazing.
I think there’s one more: a bug in Photorama (page 469). Will post in that section to verify.