Author: masak
Date: 2010-04-03 02:25:54 +0200 (Sat, 03 Apr 2010)
New Revision: 30282

Modified:
   docs/Perl6/Spec/S12-objects.pod
Log:
[S12] removed unnecessary C<>

Modified: docs/Perl6/Spec/S12-objects.pod
===================================================================
--- docs/Perl6/Spec/S12-objects.pod     2010-04-02 22:44:35 UTC (rev 30281)
+++ docs/Perl6/Spec/S12-objects.pod     2010-04-03 00:25:54 UTC (rev 30282)
@@ -13,8 +13,8 @@
 
     Created: 27 Oct 2004
 
-    Last Modified: 26 Mar 2010
-    Version: 100
+    Last Modified: 3 Apr 2010
+    Version: 101
 
 =head1 Overview
 
@@ -84,7 +84,7 @@
 named subroutine declarations.
 
 Classes are primarily for instance management, not code reuse.
-Consider using C<roles> when you simply want to factor out
+Consider using roles when you simply want to factor out
 common code.
 
 PerlĀ 6 supports multiple inheritance, anonymous classes, and autoboxing.

Reply via email to