diff --git a/docs/announce/2013.10.md b/docs/announce/2013.10.md index 78e2e434..6f1dadd8 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.