aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlue <rnddim@gmail.com>2013-10-28 15:00:42 -0700
committerlue <rnddim@gmail.com>2013-10-28 15:00:42 -0700
commitbec08facb1e16ea845c5576636f55c50f87ad289 (patch)
treec035d04088d05bf85509b2fde3ceda5ece7cebbf
parent344b246e5f57810a6fd3b07d3c9b35ca915bd406 (diff)
Spelling fix in Announcement.2013.10
-rw-r--r--docs/announce/2013.10.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/announce/2013.10.md b/docs/announce/2013.10.md
index 78e2e43..6f1dadd 100644
--- a/docs/announce/2013.10.md
+++ b/docs/announce/2013.10.md
@@ -24,7 +24,7 @@ collected from the Perl 6 community.
Some of the new features added to this release include:
+ postcircumfix {} and [] are now implemented as multi subs rather than multi methods.
-+ Add support for "is deprecated", making it easy for early adopters to stay current.
++ Add support for "is DEPRECATED", making it easy for early adopters to stay current.
+ Track multiple spec changes for various container classes.
+ Greatly reduce object creation during Regex parsing.
+ Various portability fixes.