r26458 - docs/Perl6/Spec

2009-04-26 Thread pugs-commits
Author: moritz
Date: 2009-04-26 14:11:06 +0200 (Sun, 26 Apr 2009)
New Revision: 26458

Modified:
   docs/Perl6/Spec/S02-bits.pod
Log:
[S02] small POD improvement


Modified: docs/Perl6/Spec/S02-bits.pod
===
--- docs/Perl6/Spec/S02-bits.pod2009-04-26 12:09:09 UTC (rev 26457)
+++ docs/Perl6/Spec/S02-bits.pod2009-04-26 12:11:06 UTC (rev 26458)
@@ -2057,7 +2057,7 @@
 there is no variable of that name, it looks in the C package followed
 by the C package.
 If there is no such package variable,
-it then looks in C for the identifier of the variable,
+it then looks in C<< CONTEXT::<%ENV> >> for the identifier of the variable,
 which, if not overridden in a dynamic scope, finds C<< PROCESS::<%ENV> >>,
 that is, in the environment variables passed to program.  If the
 value is not found there, it returns failure.  If the variable is



r26475 - docs/Perl6/Spec

2009-04-26 Thread pugs-commits
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.
+for C<$limit.HOW>.  See L.
 
 =back
 
@@ -1057,7 +1057,7 @@
 $min ^..^ $max
 
 Constructs Range objects, optionally excluding one or both endpoints.
-See L.
+See L.
 
 Note that these differ: