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.
1 parent a60b9cd commit d3c6605Copy full SHA for d3c6605
docs/docs/reference/changed/structural-types.md
@@ -66,7 +66,7 @@ current implementation of structural types. The main difference is
66
that to get reflection-based structural access one now has to add an
67
import:
68
69
- import scala.relect.Selectable.reflectiveSelectable
+ import scala.reflect.Selectable.reflectiveSelectable
70
71
On the other hand, the previously required language feature import of
72
`reflectiveCalls` is now redundant and is therefore dropped.
@@ -130,4 +130,4 @@ differences.
130
131
### Reference
132
133
-For more info, see [Issue #1886](https://github.com/lampepfl/dotty/issues/1886).
+For more info, see [Issue #1886](https://github.com/lampepfl/dotty/issues/1886).
0 commit comments