Skip to content

Commit 9ddbc29

Browse files
authored
Merge pull request #1231 from mukesh210/patch-1
Type information are erased at Run Time.
2 parents 4de2d2d + 9d8117f commit 9ddbc29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/reflection/typetags-manifests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ languages: [ja]
1313
permalink: /overviews/reflection/:title.html
1414
---
1515

16-
As with other JVM languages, Scala’s types are erased at compile time. This
16+
As with other JVM languages, Scala’s types are erased at run time. This
1717
means that if you were to inspect the runtime type of some instance, you
1818
might not have access to all type information that the Scala compiler has
1919
available at compile time.

0 commit comments

Comments
 (0)