From 24a0c355ee48fb634778ea6d7faf859597ad8efc Mon Sep 17 00:00:00 2001 From: kemchenj Date: Fri, 22 Sep 2017 22:18:55 +0800 Subject: [PATCH] =?UTF-8?q?07=EF=BC=8CClosures=EF=BC=8Cfor=20Swift=204?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/chapter2/07_Closures.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/chapter2/07_Closures.md b/source/chapter2/07_Closures.md index 984f6010..4df68dfe 100755 --- a/source/chapter2/07_Closures.md +++ b/source/chapter2/07_Closures.md @@ -19,6 +19,9 @@ > 翻译:[Lanford](https://github.com/LanfordCai) 2016-09-19 > 3.0.1,shanks,2016-11-12 +> 4.0 +> 校对:[kemchenj](https://kemchenj.github.io/) 2017-09-21 + 本页包含内容: - [闭包表达式](#closure_expressions)