diff --git a/Frameworks/Foundation/NSArray.mm b/Frameworks/Foundation/NSArray.mm index c7a3c50f4e..febeae92ba 100644 --- a/Frameworks/Foundation/NSArray.mm +++ b/Frameworks/Foundation/NSArray.mm @@ -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,