Skip to content

Commit f3ac401

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

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
@@ -132,7 +132,7 @@ println(add(1, 2)) // 3
132132
```
133133
{% endscalafiddle %}
134134

135-
また引数を取らないこともありえます
135+
またパラメーターを取らないこともありえます
136136

137137
```tut
138138
val getTheAnswer = () => 42

0 commit comments

Comments
 (0)