Skip to content

Commit b5053c2

Browse files
authored
Merge pull request #618 from yutaono/fix-typo
fix typo in Japanese reflection overview
2 parents af093de + 3ea2464 commit b5053c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ja/overviews/reflection/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Scala コンパイラが持つ型情報を全ては入手できない可能性
181181
Java のリフレクションを使って実行時に Java の **Class**
182182
のインスタンスを取得したことのある読者は、Scala ではランタイム****を取得することに気付いただろう。
183183

184-
以下の RELP の実行結果は Scala のクラスに対して Java
184+
以下の REPL の実行結果は Scala のクラスに対して Java
185185
リフレクションを使った場合に予想外もしくは間違った結果が返ってくることがあることを示す。
186186

187187
まず、抽象型メンバ `T` を持つ基底クラス `E` を定義して、それから 2つの派生クラス基底

0 commit comments

Comments
 (0)