Skip to content

Commit e2fccf1

Browse files
Update _ja/tour/basics.md
parameterは素直にパラメーター Co-Authored-By: eugene yokota <eed3si9n@gmail.com>
1 parent 5d2dfc6 commit e2fccf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_ja/tour/basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ println({
112112
```tut
113113
(x: Int) => x + 1
114114
```
115-
`=>` の左側は引数のリストです。右側は引数を含む式です
115+
`=>` の左側はパラメーターのリストです。右側はパラメーターを含む式です
116116

117117
関数には名前をつけることもできます。
118118

0 commit comments

Comments
 (0)