Replace $row with $result in all docs
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSource.pm
index f5d2112..7d3bb0f 100644 (file)
@@ -96,7 +96,7 @@ You can retrieve the result source at runtime in the following ways:
 
 =item From a Result object:
 
-   $row->result_source;
+   $result->result_source;
 
 =item From a ResultSet object: