Skip to content

Commit 8c80350

Browse files
authored
structural-types.md: fix a typo (#16027)
2 parents b5203de + 6a06731 commit 8c80350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_docs/reference/changed-features/structural-types.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Structural calls like this tend to be much slower than normal method calls. The
121121
`reflectiveSelectable` conversion. However, to warn against inefficient
122122
dispatch, Scala 2 requires a language import `import scala.language.reflectiveCalls`.
123123

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.
125125

126126
## Extensibility
127127

0 commit comments

Comments
 (0)