Fix another POD typo. get_tables searches properties, not classes now.

This commit is contained in:
Colin Kuskie 2010-08-24 10:43:50 -07:00
parent 4abc827261
commit 472f5ffbaf

View file

@ -71,7 +71,7 @@ around add_property => sub {
=head2 get_tables ( )
Returns an array of the names of all tables in every class used by this class.
Returns an array of the names of all tables in every property used by this class.
=cut