From 3e343bae6ba622ed7bb77bace4df67abe2adb738 Mon Sep 17 00:00:00 2001 From: Eugene Burmako Date: Wed, 23 Apr 2014 11:04:25 +0200 Subject: [PATCH] fighting bit rot in macro docs --- overviews/macros/overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overviews/macros/overview.md b/overviews/macros/overview.md index 88f60c7198..263c1b9813 100644 --- a/overviews/macros/overview.md +++ b/overviews/macros/overview.md @@ -12,8 +12,8 @@ languages: [ja] **Eugene Burmako** -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. +Def macros are shipped as an experimental feature of Scala since version 2.10.0. +A subset of def macros, pending a thorough specification, is tentatively scheduled to become stable in one of the future versions of Scala. ## Intuition