Skip to content

Commit 570ed9f

Browse files
committed
Fix typo
1 parent 713468b commit 570ed9f

File tree

1 file changed

+1
-1
lines changed
  • docs/docs/reference/other-new-features

1 file changed

+1
-1
lines changed

docs/docs/reference/other-new-features/export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Export aliases are always `final`. Aliases of implied instances are again `impli
7676
- However, export aliases can implement deferred members of base classes.
7777

7878
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:
79+
that they can be used as parts of stable identifier paths, even though they are technically methods. For instance, the following is OK:
8080
```scala
8181
class C { type T }
8282
object O { val c: C = ... }

0 commit comments

Comments
 (0)