From 0c0e476cbcb75d03b1777303165ef310dce76df3 Mon Sep 17 00:00:00 2001 From: Tomer Margalit Date: Tue, 4 Jun 2019 12:51:14 +0300 Subject: [PATCH] Fix the version in the 2.13 collections introduction.md Fixed the version from "2.8" to "2.13" --- _overviews/collections-2.13/introduction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_overviews/collections-2.13/introduction.md b/_overviews/collections-2.13/introduction.md index 2f077f3383..b7ef7ddd7c 100644 --- a/_overviews/collections-2.13/introduction.md +++ b/_overviews/collections-2.13/introduction.md @@ -15,8 +15,8 @@ permalink: /overviews/collections-2.13/:title.html **Martin Odersky, and Lex Spoon** In the eyes of many, the new collections framework is the most significant -change in the Scala 2.8 release. Scala had collections before (and in fact the new -framework is largely compatible with them). But it's only 2.8 that +change in the Scala 2.13 release. Scala had collections before (and in fact the new +framework is largely compatible with them). But it's only 2.13 that provides a common, uniform, and all-encompassing framework for collection types.