Skip to content

Commit e6c3ab6

Browse files
committed
Credit book Programming in Scala
1 parent 151a87e commit e6c3ab6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

_overviews/core/architecture-of-scala-213-collections.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,3 +425,10 @@ This document explains that:
425425

426426
You now have all the required knowledge to implement
427427
[custom collection types]({{ site.baseurl }}/overviews/core/custom-collections.html).
428+
429+
### Acknowledgement ###
430+
431+
This page contains material adapted from the book
432+
[Programming in Scala](http://www.artima.com/shop/programming_in_scala) by
433+
Odersky, Spoon and Venners. We thank Artima for graciously agreeing to its
434+
publication.

_overviews/core/custom-collections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ methods without having to reimplement them all over again.
10101010

10111011
### Acknowledgement ###
10121012

1013-
These pages contain material adapted from the 2nd edition of
1013+
This page contains material adapted from the book
10141014
[Programming in Scala](http://www.artima.com/shop/programming_in_scala) by
10151015
Odersky, Spoon and Venners. We thank Artima for graciously agreeing to its
10161016
publication.

0 commit comments

Comments
 (0)