Author: pmichaud
Date: Fri Mar 17 08:05:47 2006
New Revision: 8328

Modified:
   doc/trunk/design/syn/S12.pod

Log:
Typo fix: "In Perl 6 gives you a choice." -> "Perl 6 gives you a choice."


Modified: doc/trunk/design/syn/S12.pod
==============================================================================
--- doc/trunk/design/syn/S12.pod        (original)
+++ doc/trunk/design/syn/S12.pod        Fri Mar 17 08:05:47 2006
@@ -297,7 +297,7 @@
 =head1 Class methods
 
 Other OO languages give you the ability to declare "class" methods that either 
don't
-need or actively prohibit calls on instances.  In Perl 6 gives you a choice.
+need or actively prohibit calls on instances.  Perl 6 gives you a choice.
 If you declare an ordinary method, it can function as a "class" method when you
 pass it a prototype object such as "Dog" regardless of how defined the 
prototype
 object is, as long as the method body doesn't try to access any information 
that

Reply via email to