[MKDoc-commit] [Petal] escape a greater-than character as E<gt>

bruno at mkdoc.demon.co.uk bruno at mkdoc.demon.co.uk
Wed Jun 22 12:02:10 BST 2005


Log Message:
-----------
[Petal] escape a greater-than character as E<gt>

Modified Files:
--------------
    Petal/lib:
        Petal.pm

-------------- next part --------------
Index: Petal.pm
===================================================================
RCS file: /var/spool/cvs/Petal/lib/Petal.pm,v
retrieving revision 1.130
retrieving revision 1.131
diff -Llib/Petal.pm -Llib/Petal.pm -u -r1.130 -r1.131
--- lib/Petal.pm
+++ lib/Petal.pm
@@ -801,7 +801,7 @@
 =head2 Version 3: Personalizable
 
 Now let's say that your method some_object() can take an optional
-argument so that C<$my_var->hello_world ('Jack')> returns I<Hello Jack>.
+argument so that C<$my_var-E<gt>hello_world ('Jack')> returns I<Hello Jack>.
 
 You would write:
 


More information about the MKDoc-commit mailing list