aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2013-02-24 18:14:31 +0100
committerMoritz Lenz <moritz@faui2k3.org>2013-02-24 18:14:31 +0100
commit2e4d3099ca7bb4c1a5b95a26befbbfcaee4a0d83 (patch)
treeded78f418ef2824e3df5f26a5b87333d6c2fc3ac
parentbc1db22f6c6eac5d70bd6318ab306e5b061a660d (diff)
reword release announcement a bit, jnthn++
-rw-r--r--docs/announce/2013.022
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/announce/2013.02 b/docs/announce/2013.02
index 2aa102a..cc92841 100644
--- a/docs/announce/2013.02
+++ b/docs/announce/2013.02
@@ -40,7 +40,7 @@ releases due to changes in the Perl 6 specification, and are being removed
or changed as follows:
* .gist on a type object will return '(Typename)' instead of 'Typename()'.
- If you want to get the class name directly, use $obj.^name
+ If you want to get the class name alone, continue to use $obj.^name
* postcircumfix:<[ ]> and postcircumfix:<{ }> will become multi-subs rather
than multi-methods. Both at_pos and at_key will remain methods.