Skip to content

fix typo in Japanese reflection overview #618

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 5, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ja/overviews/reflection/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ Scala コンパイラが持つ型情報を全ては入手できない可能性
Java のリフレクションを使って実行時に Java の **Class**
のインスタンスを取得したことのある読者は、Scala ではランタイム**型**を取得することに気付いただろう。

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

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