From 48fe89149e19f5e85f093b17d5e388e8a13ea74e Mon Sep 17 00:00:00 2001 From: Philippus Baalman Date: Wed, 31 Jul 2019 12:55:38 -0500 Subject: [PATCH] Reword sentence --- _overviews/macros/annotations.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_overviews/macros/annotations.md b/_overviews/macros/annotations.md index 154f341022..1896d638a4 100644 --- a/_overviews/macros/annotations.md +++ b/_overviews/macros/annotations.md @@ -16,8 +16,7 @@ permalink: /overviews/macros/:title.html **Eugene Burmako** -Macro annotations are available in Scala 2.13 with the `-Ymacro-annotations` flag, but only with the macro paradise -plugin from Scala 2.10.x to Scala 2.12.x. +Macro annotations are available in Scala 2.13 with the `-Ymacro-annotations` flag, and with the macro paradise plugin from Scala 2.10.x to Scala 2.12.x. Follow the instructions at the ["Macro Paradise"](paradise.html) page to download and use our compiler plugin if using those older Scala versions.