We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Commplex
Complex
1 parent 6ad41b1 commit df6098bCopy full SHA for df6098b
_ja/tutorials/scala-for-java-programmers.md
@@ -238,7 +238,7 @@ Scala におけるクラスは Java の構文に近い構文を使って宣言
238
実部と虚部があたかもフィールドのようにアクセスできたらすばらしいですね。
239
Scala では完全にこれが可能で、**引数なしのメソッド**としてそれらを定義するだけです。
240
そのようなメソッドは、名前のあとに括弧を持たない(定義場所でも使用場所でも)という点で、0引数のメソッドと区別されます。
241
-`Commplex` クラスは次のように書き直せます。
+`Complex` クラスは次のように書き直せます。
242
243
class Complex(real: Double, imaginary: Double) {
244
def re = real
0 commit comments