Skip to content

Commit e6e9a72

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

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
@@ -182,7 +182,7 @@ def getSquareString(input: Double): String = {
182182

183183
## クラス
184184

185-
`class` キーワードとその後ろに名前、コンストラクタ引数を続けることで、クラスを定義することができます。
185+
`class` キーワードとその後ろに名前、コンストラクタパラメーターを続けることで、クラスを定義することができます。
186186

187187
```tut
188188
class Greeter(prefix: String, suffix: String) {

0 commit comments

Comments
 (0)