Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

r28935 - docs/Perl6/Spec

0 views
Skip to first unread message

pugs-c...@feather.perl6.nl

unread,
Oct 28, 2009, 1:25:18 PM10/28/09
to perl6-l...@perl.org
Author: lwall
Date: 2009-10-28 18:25:18 +0100 (Wed, 28 Oct 2009)
New Revision: 28935

Modified:
docs/Perl6/Spec/S12-objects.pod
Log:
[S12] typo


Modified: docs/Perl6/Spec/S12-objects.pod
===================================================================
--- docs/Perl6/Spec/S12-objects.pod 2009-10-28 17:23:53 UTC (rev 28934)
+++ docs/Perl6/Spec/S12-objects.pod 2009-10-28 17:25:18 UTC (rev 28935)
@@ -1289,7 +1289,7 @@
Note that private attribute accessors are always invoked directly,
never via a dispatcher, since there is never any question about which
object is being referred to. Hence, the private accessor notation
-may be agressively inlined for simple attributes, and no simpler
+may be aggressively inlined for simple attributes, and no simpler
notation is needed for accessing another object's private attributes.

The C<sub> keyword is optional immediately after a C<proto>, C<multi>,

0 new messages