Skip to content

Commit dfeb7ce

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

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
@@ -123,7 +123,7 @@ println(addOne(1)) // 2
123123
```
124124
{% endscalafiddle %}
125125

126-
関数は複数の引数をとることもできます
126+
関数は複数のパラメーターをとることもできます
127127

128128
{% scalafiddle %}
129129
```tut

0 commit comments

Comments
 (0)