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)