Skip to content
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 _overviews/reflection/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ precise runtime _types_ of these Scala objects. Scala runtime types carry
along all type info from compile-time, avoiding these types mismatches between
compile-time and run-time.

Below, we use define a method which uses Scala reflection to get the runtime
Below, we define a method which uses Scala reflection to get the runtime
types of its arguments, and then checks the subtyping relationship between the
two. If its first argument's type is a subtype of its second argument's type,
it returns `true`.
Expand Down