modyify a change

This commit is contained in:
dustsky
2015-03-24 09:19:53 +08:00
parent 44b1163076
commit 78298f19a9

View File

@ -237,7 +237,7 @@ let strings = numbers.map {
}
return output
}
// strings 常量被推断为字符串类型数组,即 String[]
// strings 常量被推断为字符串类型数组,即 [String]
// 其值为 ["OneSix", "FiveEight", "FiveOneZero"]
```