develooper Front page | perl.perl6.language | Postings from March 2006

[svn:perl6-synopsis] r8328 - doc/trunk/design/syn

From:
pmichaud
Date:
March 17, 2006 11:43
Subject:
[svn:perl6-synopsis] r8328 - doc/trunk/design/syn
Message ID:
20060317160547.17A69CBA2B@x12.develooper.com
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



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About