Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _data/overviews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
- title: The Architecture of Scala Collections
icon: building
url: "core/architecture-of-scala-collections.html"
by: Martin Odersky and Lex Spoon
by: Martin Odersky, Lex Spoon and Julien Richard-Foy
description: "These pages describe the architecture of the Scala collections framework in detail. Compared to the Collections API you will find out more about the internal workings of the framework. You will also learn how this architecture helps you define your own collections in a few lines of code, while reusing the overwhelming part of collection functionality from the framework."
- title: String Interpolation
icon: usd
Expand Down
Loading