cvsuser 04/02/25 08:57:02
Modified: docs/pdds pdd15_objects.pod
Log:
Fix a typo in one of the examples
Revision Changes Path
1.27 +1 -1 parrot/docs/pdds/pdd15_objects.pod
Index: pdd15_objects.pod
===================================================================
RCS file: /cvs/public/parrot/docs/pdds/pdd15_objects.pod,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -w -r1.26 -r1.27
--- pdd15_objects.pod 25 Feb 2004 16:49:19 -0000 1.26
+++ pdd15_objects.pod 25 Feb 2004 16:57:02 -0000 1.27
@@ -495,7 +495,7 @@
.local int FooType
.local pmc MyObject
- findtype FooType, "Foo"
+ find_type FooType, "Foo"
new MyObject, FooType
=head2 Calling a method on an object