Skip to content

Commit 8c96826

Browse files
committed
Fix typo
1 parent 1909201 commit 8c96826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Listed in this section are new language constructs that help precise, typechecke
7474
([Pending](https://github.com/lampepfl/dotty/pull/4229))
7575
Implicit conversions are very easily mis-used, which makes them the cause of much suprising behavior.
7676
We now require a language feature import not only when an implicit conversion is defined
77-
by also when it is applied. This protects users of libraries that define implicit conversions
77+
but also when it is applied. This protects users of libraries that define implicit conversions
7878
from being bitten by unanticipated feature interactions.
7979

8080
- Null safety

0 commit comments

Comments
 (0)