Author: lwall
Date: 2009-02-12 19:23:25 +0100 (Thu, 12 Feb 2009)
New Revision: 25310
Modified:
docs/Perl6/Spec/S03-operators.pod
Log:
failure of parallelism in headings
Modified: docs/Perl6/Spec/S03-operators.pod
===================================================================
--- docs/Perl6/Spec/S03-operators.pod 2009-02-12 18:12:52 UTC (rev 25309)
+++ docs/Perl6/Spec/S03-operators.pod 2009-02-12 18:23:25 UTC (rev 25310)
@@ -1434,7 +1434,7 @@
+= -= **= xx= .= etc.
-See L</Assignment metaoperators>.
+See L</Assignment operators>.
=back
@@ -3415,7 +3415,7 @@
tokens, however, metatokens do not allow whitespace between
their subparts.
-=head2 Assignment metaoperator
+=head2 Assignment operators
Assignment operators are already familiar to C and Perl programmers. (Though
the
C<.=> operator now means to call a mutating method on the object on