Skip to content

Commit d13c4d1

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

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)