Author: masak
Date: 2009-06-11 07:17:56 +0200 (Thu, 11 Jun 2009)
New Revision: 27057

Modified:
   docs/Perl6/Spec/S03-operators.pod
Log:
[S03] supplied a missing "

Modified: docs/Perl6/Spec/S03-operators.pod
===================================================================
--- docs/Perl6/Spec/S03-operators.pod   2009-06-11 00:46:52 UTC (rev 27056)
+++ docs/Perl6/Spec/S03-operators.pod   2009-06-11 05:17:56 UTC (rev 27057)
@@ -2295,7 +2295,7 @@
 with a special meaning if used after the method-calling dot.  For example,
 If you defined a C<prefix:<=> >, and you wanted to write it using
 the method-call syntax instead of C<=$object>, the parser would take
-C<$object.=> as the mutation syntax (see S12, "Mutating methods).
+C<$object.=> as the mutation syntax (see S12, "Mutating methods").
 Writing C<$object.'='> will call your prefix operator.
 
 =item *

Reply via email to