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