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/changed-features/structural-types.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ Structural calls like this tend to be much slower than normal method calls. The
121
121
`reflectiveSelectable` conversion. However, to warn against inefficient
122
122
dispatch, Scala 2 requires a language import `import scala.language.reflectiveCalls`.
123
123
124
-
Before resorting to structural calls with Java reflection one should consider alternatives. For instance, sometimes a more a modular _and_ efficient architecture can be obtained using type classes.
124
+
Before resorting to structural calls with Java reflection one should consider alternatives. For instance, sometimes a more modular _and_ efficient architecture can be obtained using type classes.
0 commit comments