cvsuser     03/07/08 14:33:21

  Modified:    languages/jako/lib/Jako/Construct/Expression/Value
                        Literal.pm
  Log:
    * Fixed a tiny typo.
  
  Revision  Changes    Path
  1.6       +2 -2      
parrot/languages/jako/lib/Jako/Construct/Expression/Value/Literal.pm
  
  Index: Literal.pm
  ===================================================================
  RCS file: 
/cvs/public/parrot/languages/jako/lib/Jako/Construct/Expression/Value/Literal.pm,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -w -r1.5 -r1.6
  --- Literal.pm        3 Feb 2003 11:49:23 -0000       1.5
  +++ Literal.pm        8 Jul 2003 21:33:20 -0000       1.6
  @@ -5,7 +5,7 @@
   # This program is free software. It is subject to the same license
   # as the Parrot interpreter.
   #
  -# $Id: Literal.pm,v 1.5 2003/02/03 11:49:23 gregor Exp $
  +# $Id: Literal.pm,v 1.6 2003/07/08 21:33:20 gregor Exp $
   #
   
   use strict;
  @@ -43,7 +43,7 @@
   # the literal for you to use in other compilations. But, string
   # literals are subject to interpolation, and so they go through
   # compilation in such a way that a string register value results
  -# for use by further compilations. This register values is
  +# for use by further compilations. This register value is
   # returned to the caller.
   #
   # Converts a single string argument:
  
  
  

Reply via email to