We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 713468b commit 570ed9fCopy full SHA for 570ed9f
docs/docs/reference/other-new-features/export.md
@@ -76,7 +76,7 @@ Export aliases are always `final`. Aliases of implied instances are again `impli
76
- However, export aliases can implement deferred members of base classes.
77
78
Export aliases for value definitions are marked by the compiler as "stable". This means
79
-that they they can be used as parts of stable identifier paths, even though they are technically methods. For instance, the following is OK:
+that they can be used as parts of stable identifier paths, even though they are technically methods. For instance, the following is OK:
80
```scala
81
class C { type T }
82
object O { val c: C = ... }
0 commit comments