Author: moritz
Date: 2009-10-04 19:15:19 +0200 (Sun, 04 Oct 2009)
New Revision: 28594

Modified:
   docs/Perl6/Spec/S03-operators.pod
Log:
[S03] markup

Modified: docs/Perl6/Spec/S03-operators.pod
===================================================================
--- docs/Perl6/Spec/S03-operators.pod   2009-10-04 17:15:11 UTC (rev 28593)
+++ docs/Perl6/Spec/S03-operators.pod   2009-10-04 17:15:19 UTC (rev 28594)
@@ -518,7 +518,7 @@
 are never removed, and the decrement fails when you reach a string like
 "aaa" or "000".
 
-Increment and decrement on non-<Str> types are defined in terms of the
+Increment and decrement on non-C<Str> types are defined in terms of the
 C<.succ> and C<.pred> methods on the type of object in the C<Scalar>
 container.  More specifically,
 

Reply via email to