Author: szabgab
Date: 2009-04-27 07:51:42 +0200 (Mon, 27 Apr 2009)
New Revision: 26475

Modified:
   docs/Perl6/Spec/S03-operators.pod
Log:
fix internal link

Modified: docs/Perl6/Spec/S03-operators.pod
===================================================================
--- docs/Perl6/Spec/S03-operators.pod   2009-04-26 18:56:23 UTC (rev 26474)
+++ docs/Perl6/Spec/S03-operators.pod   2009-04-27 05:51:42 UTC (rev 26475)
@@ -676,7 +676,7 @@
     ^$limit
 
 Constructs a range of C<0 ..^ $limit> or locates a metaclass as a shortcut
-for C<$limit.HOW>.  See L</Range semantics>.
+for C<$limit.HOW>.  See L</Range and RangeIterator semantics>.
 
 =back
 
@@ -1057,7 +1057,7 @@
     $min ^..^ $max
 
 Constructs Range objects, optionally excluding one or both endpoints.
-See L</Range semantics>.
+See L</Range and RangeIterator semantics>.
 
 Note that these differ:
 

Reply via email to