From e1c395df84f1b732f58d65360fec2e509f8d934e Mon Sep 17 00:00:00 2001 From: Wang Ming Date: Wed, 15 Jul 2015 18:44:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/chapter2/04_Collection_Types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/chapter2/04_Collection_Types.md b/source/chapter2/04_Collection_Types.md index 7fdf8c8d..718cfb1c 100755 --- a/source/chapter2/04_Collection_Types.md +++ b/source/chapter2/04_Collection_Types.md @@ -7,7 +7,7 @@ 本页包含内容: - [数组(Arrays)](#arrays) -- [集合 (Sets)](#sets) +- [集合(Sets)](#sets) - [字典(Dictionaries)](#dictionaries) - [集合的可变性(Mutability of Collections)](#mutability_of_collections)