From c9275510fb5547ef302480d7356470aa850c11eb Mon Sep 17 00:00:00 2001 From: Dongxu Wang Date: Tue, 25 Jun 2019 19:58:42 +0800 Subject: [PATCH] (overview) Improve one statement, add 's for user perspective. --- _overviews/collections-2.13/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_overviews/collections-2.13/introduction.md b/_overviews/collections-2.13/introduction.md index a4ff432874..7d27aec31f 100644 --- a/_overviews/collections-2.13/introduction.md +++ b/_overviews/collections-2.13/introduction.md @@ -91,5 +91,5 @@ Furthermore, the `partition` operation is quite fast, and can be even faster on parallel collections on multiple cores. This document provides an in depth discussion of the APIs of the -Scala collections classes from a user perspective. It takes you on +Scala collections classes from a user's perspective. It takes you on a tour of all the fundamental classes and the methods they define.