[Jifty-commit] r1112 - Jifty-DBI/trunk/lib/Jifty/DBI

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue May 23 20:37:50 EDT 2006


Author: audreyt
Date: Tue May 23 20:37:49 2006
New Revision: 1112

Modified:
   Jifty-DBI/trunk/lib/Jifty/DBI/Collection.pm

Log:
*Jifty::DBI::Collection - minor POD style and typo fix.

Modified: Jifty-DBI/trunk/lib/Jifty/DBI/Collection.pm
==============================================================================
--- Jifty-DBI/trunk/lib/Jifty/DBI/Collection.pm	(original)
+++ Jifty-DBI/trunk/lib/Jifty/DBI/Collection.pm	Tue May 23 20:37:49 2006
@@ -444,7 +444,7 @@
 =head2 do_search
 
 C<Jifty::DBI::Collection> usually does searches "lazily". That is, it
-does a C<SELECT COUNT> or a C<SELELCT> on the fly the first time you ask
+does a C<SELECT COUNT> or a C<SELECT> on the fly the first time you ask
 for results that would need one or the other.  Sometimes, you need to
 display a count of results found before you iterate over a collection,
 but you know you're about to do that too. To save a bit of wear and tear
@@ -615,7 +615,7 @@
 
 =head2 unlimit
 
-unlimit clears all restrictions and causes this object to return all
+Clears all restrictions and causes this object to return all
 rows in the primary table.
 
 =cut
@@ -629,7 +629,7 @@
 
 =head2 limit
 
-limit takes a hash of parameters with the following keys:
+Takes a hash of parameters with the following keys:
 
 =over 4
 


More information about the Jifty-commit mailing list