From 472f5ffbaf9564344c8e74a20f74a84fe90cd1ac Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 24 Aug 2010 10:43:50 -0700 Subject: [PATCH] Fix another POD typo. get_tables searches properties, not classes now. --- lib/WebGUI/Definition/Meta/Asset.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Definition/Meta/Asset.pm b/lib/WebGUI/Definition/Meta/Asset.pm index 2ec6375d0..68ad66ff8 100644 --- a/lib/WebGUI/Definition/Meta/Asset.pm +++ b/lib/WebGUI/Definition/Meta/Asset.pm @@ -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