This commit is contained in:
安正超
2017-05-31 12:16:02 +08:00
committed by GitHub
parent b91f75b529
commit 5aef50b6a1

View File

@ -255,7 +255,7 @@ someFunction(firstParameterName: 1, secondParameterName: 2)
<a name="specifying_argument_labels"></a> <a name="specifying_argument_labels"></a>
### 指定参数标签 ### 指定参数标签
你可以在数名称前指定它的参数标签,中间以空格分隔: 你可以在数名称前指定它的参数标签,中间以空格分隔:
```swift ```swift
func someFunction(argumentLabel parameterName: Int) { func someFunction(argumentLabel parameterName: Int) {