Various other POD fixes
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Serialize / Storable.pm
index a61c221..3d6d539 100644 (file)
@@ -52,8 +52,8 @@ in its current implementation. Do not use!
 
 =head1 DESCRIPTION
 
-This component adds hooks for Storable so that row objects can be
-serialized. It assumes that your row object class (C<result_class>) is
+This component adds hooks for Storable so that result objects can be
+serialized. It assumes that your result object class (C<result_class>) is
 the same as your table class, which is the normal situation.
 
 =head1 HOOKS