From: Cory G Watson Date: Fri, 24 Aug 2007 17:11:46 +0000 (+0000) Subject: Fix typos. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=57dd939387cfdfd6343f7b9425df9ce7448c5662;p=dbsrgits%2FDBIx-Class-Historic.git Fix typos. --- diff --git a/lib/DBIx/Class/ResultClass/HashRefInflator.pm b/lib/DBIx/Class/ResultClass/HashRefInflator.pm index 9a2c8eb..6ad22ad 100644 --- a/lib/DBIx/Class/ResultClass/HashRefInflator.pm +++ b/lib/DBIx/Class/ResultClass/HashRefInflator.pm @@ -23,13 +23,13 @@ There are two ways of using this class. =item * Specify C<< $rs->result_class >> on a specific resultset to affect only that -resultser (and any chained off of it); or +resultset (and any chained off of it); or =item * Specify C<< __PACKAGE__->result_class >> on your source object to force all uses of that result source to be inflated to hash-refs - this approach is not -recomended +recommended. =back