Skip to content

Commit cdd5dbc

Browse files
committed
Fix Simplify Chinese translation of Scala Tour: named arguments according to liufengyun's suggestion
1 parent 6bd83a4 commit cdd5dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_zh-cn/tour/named-arguments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ next-page: packages-and-imports
1414
previous-page: default-parameter-values
1515
---
1616

17-
当调用方法时,你可以像下面这样使用参数名称来标记参数
17+
当调用方法时,实际参数可以通过其对应的形式参数的名称来标记
1818

1919
```tut
2020
def printName(first: String, last: String): Unit = {

0 commit comments

Comments
 (0)