Skip to content

Commit 10bbc1a

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

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
@@ -143,7 +143,7 @@ println(getTheAnswer()) // 42
143143

144144
メソッドは関数と見た目、振る舞いがとても似ていますが、それらには違いがいくつかあります。
145145

146-
メソッドは `def` キーワードで定義されます。 `def` の後ろには名前、引数リスト、戻り値の型、処理の内容が続きます。
146+
メソッドは `def` キーワードで定義されます。 `def` の後ろには名前、パラメーターリスト、戻り値の型、処理の内容が続きます。
147147

148148
{% scalafiddle %}
149149
```tut

0 commit comments

Comments
 (0)