[svn:parrot] r37489 - trunk/docs/pdds

coke at svn.parrot.org coke at svn.parrot.org
Mon Mar 16 18:45:47 UTC 2009


Author: coke
Date: Mon Mar 16 18:45:46 2009
New Revision: 37489
URL: https://trac.parrot.org/parrot/changeset/37489

Log:
Fix coding standard test failure, reported by mikehh++

Modified:
   trunk/docs/pdds/pdd20_lexical_vars.pod

Modified: trunk/docs/pdds/pdd20_lexical_vars.pod
==============================================================================
--- trunk/docs/pdds/pdd20_lexical_vars.pod	Mon Mar 16 18:14:39 2009	(r37488)
+++ trunk/docs/pdds/pdd20_lexical_vars.pod	Mon Mar 16 18:45:46 2009	(r37489)
@@ -32,7 +32,7 @@
 
     .sub 'corge'
         print "hi"
-    .end                     # no .lex and no :lex, thus: no LexInfo, no LexPad
+    .end # no .lex and no :lex, thus: no LexInfo, no LexPad
 
 
     # Lexical behavior varies by HLL.  For example,


More information about the parrot-commits mailing list