develooper Front page | perl.perl6.internals | Postings from May 2006

[svn:parrot-pdd] r12637 - trunk/docs/pdds

From:
pmichaud
Date:
May 12, 2006 14:39
Subject:
[svn:parrot-pdd] r12637 - trunk/docs/pdds
Message ID:
20060512213904.5A6B1CBA47@x12.develooper.com
Author: pmichaud
Date: Fri May 12 14:39:03 2006
New Revision: 12637

Modified:
   trunk/docs/pdds/pdd20_lexical_vars.pod

Log:
Grammatical fix to pdd20.


Modified: trunk/docs/pdds/pdd20_lexical_vars.pod
==============================================================================
--- trunk/docs/pdds/pdd20_lexical_vars.pod	(original)
+++ trunk/docs/pdds/pdd20_lexical_vars.pod	Fri May 12 14:39:03 2006
@@ -80,8 +80,8 @@
 Parrot runtime stores and fetches lexical variables.
 
 At run time, each call frame for a Subroutine (or Subroutine derivative) that
-uses lexical variables will be populated with a populated with a PMC of
-HLL-mapped type LexPad.  Note that call frames for subroutines without lexical
+uses lexical variables will be populated with a PMC of HLL-mapped 
+type LexPad.  Note that call frames for subroutines without lexical
 variables will omit the LexPad.
 
 From the interface perspective, LexPads are basically Hashes, with strings as



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About