diff --git a/overviews/macros/typeproviders.md b/overviews/macros/typeproviders.md index 4655a913aa..d062774091 100644 --- a/overviews/macros/typeproviders.md +++ b/overviews/macros/typeproviders.md @@ -12,7 +12,7 @@ languages: [ja] **Eugene Burmako** -Type providers aren't implemented as a dedicated macro flavor, but can rather built on top of the functionality +Type providers aren't implemented as a dedicated macro flavor, but are rather built on top of the functionality that Scala macros already provide. There are two strategies of emulating type providers: one based on structural types (referred to as "anonymous type providers")