You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/_docs/reference/experimental/into-modifier.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ Note that a vararg parameter type with into modifiers needs to be put in parenth
63
63
## Retrofitting Scala 2 libraries
64
64
65
65
There is also an annotation `@into` in the `scala.annotation` package that has
66
-
has the same effect as an `into` modifier. It is intended to be used for retrofitting Scala 2 library code so that Scala 3 conversions can be applied to arguments without language imports. For instance, the definitions of
66
+
the same effect as an `into` modifier. It is intended to be used for retrofitting Scala 2 library code so that Scala 3 conversions can be applied to arguments without language imports. For instance, the definitions of
67
67
`++` and `flatMap` in the Scala 2.13 `List` class could be retrofitted as follows.
0 commit comments