Skip to content

Commit

Permalink
((sic))
Browse files Browse the repository at this point in the history
  • Loading branch information
aballway committed Mar 17, 2017
1 parent ed62fe5 commit d01d5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Frameworks/Foundation/NSArray.mm
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ - (NSArray*)sortedArrayUsingFunction:(NSInteger (*)(id, id, void*))comparator co
- (NSUInteger)indexOfObjectIdenticalTo:(id)anObject inRange:(NSRange)range {
if (NSMaxRange(range) > [self count]) {
[NSException raise:NSRangeException
format:@"-[%s %s]: range {%d, %d} extends beyond bounds [ 0 .. %d]",
format:@"-[%s %s]: range {%d, %d} extends beyond bounds [0 .. %d]",
sel_getName(_cmd),
class_getName([self class]),
range.location,
Expand Down

0 comments on commit d01d5cf

Please sign in to comment.