The Artima Developer Community


Errata for Programming in Scala, Third Edition
Chapter 8: Functions and Closures
Return to errata index.

Page 145 (PDF page 182):
In the last sentence of the second paragraph in section 8.2, I believe
"... to delete the helper functions if you later rewrite the class a
different way" should be "... to delete the helper functions if you later
rewrite the class *in* a different way".

FIXED in 3ed 4th printing
Page 146 (PDF page 183):
It's written "You can just use the parameters of the outer processLine
function, as shown in Listing 8.2."

The outer function is processFile, not processLine

FIXED in 3ed 4th printing
Page 155 (PDF page 192):
Sidebar mentions "println(drop)", should probably be something like
"println(list.drop)"

FIXED in 4th printing

Page number: Book type: Paperback book PDF eBook
Book version: (Or build date. Found on back of title page.)
Your feedback:
Your name: (optional)
Your email address: (optional) (will not be published)

Copyright © 2024 Artima, Inc. All rights reserved.