Merge pull request #350 from dustsky/develop

modyify a change
This commit is contained in:
梁杰
2015-03-28 08:46:46 +08:00

View File

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