Skip to content

Commit d3c6605

Browse files
raymondtayallanrenucci
authored andcommitted
corrected a small typo
1 parent a60b9cd commit d3c6605

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/reference/changed/structural-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ current implementation of structural types. The main difference is
6666
that to get reflection-based structural access one now has to add an
6767
import:
6868

69-
import scala.relect.Selectable.reflectiveSelectable
69+
import scala.reflect.Selectable.reflectiveSelectable
7070

7171
On the other hand, the previously required language feature import of
7272
`reflectiveCalls` is now redundant and is therefore dropped.
@@ -130,4 +130,4 @@ differences.
130130

131131
### Reference
132132

133-
For more info, see [Issue #1886](https://github.com/lampepfl/dotty/issues/1886).
133+
For more info, see [Issue #1886](https://github.com/lampepfl/dotty/issues/1886).

0 commit comments

Comments
 (0)