cvsuser     04/09/07 13:10:36

  Modified:    docs     compiler_faq.pod
  Log:
  fixed a typo
  
  Revision  Changes    Path
  1.10      +2 -2      parrot/docs/compiler_faq.pod
  
  Index: compiler_faq.pod
  ===================================================================
  RCS file: /cvs/public/parrot/docs/compiler_faq.pod,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -w -r1.9 -r1.10
  --- compiler_faq.pod  16 Aug 2004 05:54:33 -0000      1.9
  +++ compiler_faq.pod  7 Sep 2004 20:10:36 -0000       1.10
  @@ -1,5 +1,5 @@
   # Copyright: 2001-2004 The Perl Foundation.  All Rights Reserved.
  -# $Id: compiler_faq.pod,v 1.9 2004/08/16 05:54:33 chromatic Exp $
  +# $Id: compiler_faq.pod,v 1.10 2004/09/07 20:10:36 jrieks Exp $
   
   =head1 NAME
   
  @@ -332,7 +332,7 @@
   =head2 How can I pass arguments to an constructor?
   
   You can pass only a single argument to a constructor.
  -By convention, a hash PMC is a passed to the constructor that contains
  +By convention, a hash PMC is passed to the constructor that contains
   the arguments as key/value pairs:
   
       new $P0, .PerlHash
  
  
  

Reply via email to