Index: vtables.pod
===================================================================
RCS file: /cvs/public/parrot/docs/vtables.pod,v
retrieving revision 1.16
diff -u -r1.16 vtables.pod
--- vtables.pod 10 Jan 2003 17:04:28 -0000 1.16
+++ vtables.pod 5 May 2003 10:39:57 -0000
@@ -300,7 +300,7 @@
If any method doesn't fit into your class, just don't implement it
and don't provide an empty function body. The default class, which all
-classes inherit from, will through an exception, if this method would
+classes inherit from, will throw an exception, if this method would
be called.
If your class is a modification of an existing class, you may wish to
--
You shouldn't be intimidated by this issue at all, since Perl is your
friend. -- Apache mod_perl guide