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