projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c9bb4b2
)
Typo
Daniel Westermann-Clark [Tue, 18 Apr 2006 16:15:14 +0000 (12:15 -0400)]
lib/DBIx/Class/ResultSet.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/ResultSet.pm
b/lib/DBIx/Class/ResultSet.pm
index
0adc920
..
ccedbbf
100644
(file)
--- a/
lib/DBIx/Class/ResultSet.pm
+++ b/
lib/DBIx/Class/ResultSet.pm
@@
-362,7
+362,7
@@
sub find {
# _unique_hash
#
-# Constrain the specified hash based on the specific column names.
+# Constrain the specified hash based on the specified column names.
sub _unique_hash {
my ($self, $hash, $unique_cols) = @_;