Fix POD typo
Vadim Pushtaev [Fri, 13 Nov 2015 09:19:11 +0000 (12:19 +0300)]
AUTHORS
lib/DBIx/Class/ResultSet.pm

diff --git a/AUTHORS b/AUTHORS
index 611168a..02bf6a0 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -209,6 +209,7 @@ triode: Pete Gamache <gamache@cpan.org>
 typester: Daisuke Murase <typester@cpan.org>
 uree: Oriol Soriano <oriol.soriano@capside.com>
 uwe: Uwe Voelker <uwe@uwevoelker.de>
+Vadim Pushtaev <pushtaev.vm@gmail.com>
 vanstyn: Henry Van Styn <vanstyn@cpan.org>
 victori: Victor Igumnov <victori@cpan.org>
 wdh: Will Hawes <wdhawes@gmail.com>
index 3da8a79..e8b710c 100644 (file)
@@ -4645,7 +4645,7 @@ revisit rows in your ResultSet:
     ... do stuff ...
   }
 
-  $rs->first; # without cache, this would issue a query
+  $resultset->first; # without cache, this would issue a query
 
 By default, searches are not cached.