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 1909201 commit 8c96826Copy full SHA for 8c96826
docs/docs/reference/overview.md
@@ -74,7 +74,7 @@ Listed in this section are new language constructs that help precise, typechecke
74
([Pending](https://github.com/lampepfl/dotty/pull/4229))
75
Implicit conversions are very easily mis-used, which makes them the cause of much suprising behavior.
76
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
+ but also when it is applied. This protects users of libraries that define implicit conversions
78
from being bitten by unanticipated feature interactions.
79
80
- Null safety
0 commit comments