From aef5000b0ebcaa23e53a6c6ed505fc72da592f03 Mon Sep 17 00:00:00 2001 From: kemchenj Date: Sat, 23 Sep 2017 00:01:50 +0800 Subject: [PATCH] =?UTF-8?q?11=EF=BC=8CMethods=EF=BC=8Cfor=20Swift=204.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/chapter2/11_Methods.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/chapter2/11_Methods.md b/source/chapter2/11_Methods.md index 6bfcab74..2a611974 100755 --- a/source/chapter2/11_Methods.md +++ b/source/chapter2/11_Methods.md @@ -14,6 +14,9 @@ > 2.2 > 校对:[SketchK](https://github.com/SketchK) 2016-05-13 > 3.0.1,shanks,2016-11-13 + +> 4.0 +> 校对:[kemchenj](https://kemchenj.github.io/) 2017-09-21 本页包含内容: @@ -278,3 +281,5 @@ if player.tracker.advance(to: 6) { } // 打印 "level 6 has not yet been unlocked" ``` + +