From 2bc811a5ecfbbb4d2e610e60e9b86578d8ff5ab6 Mon Sep 17 00:00:00 2001 From: Shindo Date: Wed, 11 Jun 2014 20:41:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=A1=E5=AF=B9=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/chapter2/05_Control_Flow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/chapter2/05_Control_Flow.md b/source/chapter2/05_Control_Flow.md index 87ad442e..352845a9 100644 --- a/source/chapter2/05_Control_Flow.md +++ b/source/chapter2/05_Control_Flow.md @@ -200,7 +200,7 @@ while `condition` { } ``` -下面的例子来玩一个叫做_蛇和梯子_(_Snakes and Ladders_)的小游戏,也叫做_滑道和梯子_(_Chutes and Ladders_): +下面的例子来玩一个叫做_蛇和梯子(Snakes and Ladders)_的小游戏,也叫做_滑道和梯子(Chutes and Ladders)_: ![image](https://developer.apple.com/library/prerelease/ios/documentation/Swift/Conceptual/Swift_Programming_Language/Art/snakesAndLadders_2x.png)