reworded result -> row
Justin Guenther [Fri, 24 Mar 2006 20:58:12 +0000 (20:58 +0000)]
lib/DBIx/Class/Cursor.pm
lib/DBIx/Class/Storage/DBI/Cursor.pm

index 2edf6f6..065e195 100644 (file)
@@ -42,7 +42,7 @@ sub new {
 
 =back
 
-Virtual method. Advances the cursor to the next result.
+Virtual method. Advances the cursor to the next row.
 
 =cut
 
@@ -66,7 +66,7 @@ sub reset {
 
 =back
 
-Virtual method. Returns all results in the L<DBIx::Class::ResultSet>.
+Virtual method. Returns all rows in the L<DBIx::Class::ResultSet>.
 
 =cut
 
index b339506..1f277e2 100644 (file)
@@ -57,7 +57,7 @@ sub new {
 
 =back
 
-Advances the cursor to the next result and returns it.
+Advances the cursor to the next row and returns it.
 
 =cut
 
@@ -93,7 +93,7 @@ sub next {
 
 =back
 
-Returns all results in the L<DBIx::Class::ResultSet>.
+Returns all rows in the L<DBIx::Class::ResultSet>.
 
 =cut