From 6d4a090e5a31a4f68090637115f69ff2945b5cc2 Mon Sep 17 00:00:00 2001 From: Eugene Burmako Date: Tue, 1 Oct 2013 17:49:18 +0200 Subject: [PATCH] the latest 2.10.2 => 2.10.3 --- overviews/macros/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overviews/macros/overview.md b/overviews/macros/overview.md index 9afcc586dd..a04ce43237 100644 --- a/overviews/macros/overview.md +++ b/overviews/macros/overview.md @@ -13,7 +13,7 @@ languages: [ja] **Eugene Burmako** -Def macros are shipped as an experimental feature of Scala since version 2.10.0, including the latest 2.10.2 and the upcoming 2.11.0. +Def macros are shipped as an experimental feature of Scala since version 2.10.0, including the latest 2.10.3 and the upcoming 2.11.0. A subset of def macros, pending a thorough specification, is tentatively scheduled to become stable in 2.12. ## Intuition