The Artima Developer Community


Errata for Programming in Scala, Third Edition
Chapter 25: The Architecture of Scala Collections
Return to errata index.

Page 587 (PDF page 613):
Where the text says:

   ... you need to define two apply methods in the CanBuildFrom trait

it should probably say something like:

   ... you need to define two apply method from the CanBuildFrom
   trait

or:

   ... you need to define two apply methods declared in the
   CanBuildFrom trait.

(The current wording sounds like it's saying that one needs to put
something in the CanBuildFrom trait.)

FIXED in 3ed 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 © 2021 Artima, Inc. All rights reserved.