Skip to content

Commit 5d2dfc6

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

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
@@ -106,7 +106,7 @@ println({
106106

107107
## 関数
108108

109-
関数は引数を受け取る式です。
109+
関数はパラメーターを受け取る式です。
110110
ここでは与えられた数値に1を足す無名関数(すなわち名前が無い関数)を宣言しています。
111111

112112
```tut

0 commit comments

Comments
 (0)