You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2003/02/16 23:50:32 UTC

cvs commit: modperl-docs/src/docs/2.0/devel/core coding_style.pod

stas        2003/02/16 14:50:32

  Modified:    src/docs/2.0/devel/core coding_style.pod
  Log:
  typos
  
  Revision  Changes    Path
  1.2       +2 -2      modperl-docs/src/docs/2.0/devel/core/coding_style.pod
  
  Index: coding_style.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/devel/core/coding_style.pod,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- coding_style.pod	9 Dec 2002 16:29:57 -0000	1.1
  +++ coding_style.pod	16 Feb 2003 22:50:32 -0000	1.2
  @@ -131,7 +131,7 @@
   always add it even if it's not required, so when you add a new
   statement you don't have to remember to add C<;> on a previous line.
   
  -Do:0
  +Do:
   
     sub foo {
         statement1;
  @@ -139,7 +139,7 @@
         statement3;
     }
   
  -Don't
  +Don't:
   
     sub foo {
         statement1;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org