# New Ticket Created by  Bob Wilkinson 
# Please include the string:  [perl #43659]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=43659 >


Hello

     Missing verb.

[EMAIL PROTECTED]:~/src/parrot$ svn diff docs/art/pp001-intro.pod
Index: docs/art/pp001-intro.pod
===================================================================
--- docs/art/pp001-intro.pod    (revision 19698)
+++ docs/art/pp001-intro.pod    (working copy)
@@ -153,7 +153,7 @@
 =head2 Calling Functions

  Subroutines can easily be created using the C<.sub> keyword shown
 -before. If you do not need parameters, it just as simple as I show in
 +before. If you do not need parameters, it is just as simple as I show in
  the following code:

Bob

P.S. Patch enclosed too.

Index: docs/art/pp001-intro.pod
===================================================================
--- docs/art/pp001-intro.pod    (revision 19698)
+++ docs/art/pp001-intro.pod    (working copy)
@@ -153,7 +153,7 @@
 =head2 Calling Functions
 
 Subroutines can easily be created using the C<.sub> keyword shown
-before. If you do not need parameters, it just as simple as I show in
+before. If you do not need parameters, it is just as simple as I show in
 the following code:
 
   .sub main :main

Reply via email to