Forgot one last typo.

Reviewed by me.
This commit is contained in:
Francisco Ryan Tolmasky I
2010-12-24 16:46:17 -08:00
parent 818c7dac3d
commit da1389b0b4
+1 -1
View File
@@ -85,7 +85,7 @@ var CPObjectAccessorsForClassKey = @"$CPObjectAccessorsForClassKey",
{
// Ordered to-many
if ([theClass instancesRespondToSelector:sel_getUid("objectIn" + capitalizedKey + "atIndex:")] ||
[theClass instancesRespondToSelector:sel_getUid(key + "AtIndexes:")])
[theClass instancesRespondToSelector:sel_getUid(aKey + "AtIndexes:")])
accessor = accessors[aKey] = [1, @selector(_arrayValueForKey:)];
// Unordered to-many