Merge pull request #240 from TheLittleBoy/patch-4

代码编写错误修正
This commit is contained in:
ChildhoodAndy
2014-07-06 14:26:31 +08:00

View File

@ -186,7 +186,7 @@ class SurveyQuestion {
let beetsQuestion = SurveyQuestion(text: "How about beets?")
beetsQuestion.ask()
// 输出 "How about beets?"
beetsQuestion.response = "I also like beets. (But not with cheese.)
beetsQuestion.response = "I also like beets. (But not with cheese.)"
```
<a name="default_initializers"></a>