From 6a067317e76257544f36e0761ae7f44e18164133 Mon Sep 17 00:00:00 2001 From: Ondra Pelech Date: Tue, 13 Sep 2022 05:33:34 +0200 Subject: [PATCH] structural-types.md: fix a typo --- docs/_docs/reference/changed-features/structural-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/reference/changed-features/structural-types.md b/docs/_docs/reference/changed-features/structural-types.md index 091ee6aec264..37e583332cf1 100644 --- a/docs/_docs/reference/changed-features/structural-types.md +++ b/docs/_docs/reference/changed-features/structural-types.md @@ -121,7 +121,7 @@ Structural calls like this tend to be much slower than normal method calls. The `reflectiveSelectable` conversion. However, to warn against inefficient dispatch, Scala 2 requires a language import `import scala.language.reflectiveCalls`. -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. +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. ## Extensibility