modyify a change
This commit is contained in:
@ -237,7 +237,7 @@ let strings = numbers.map {
|
|||||||
}
|
}
|
||||||
return output
|
return output
|
||||||
}
|
}
|
||||||
// strings 常量被推断为字符串类型数组,即 String[]
|
// strings 常量被推断为字符串类型数组,即 [String]
|
||||||
// 其值为 ["OneSix", "FiveEight", "FiveOneZero"]
|
// 其值为 ["OneSix", "FiveEight", "FiveOneZero"]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user