From d01d5cf12832779101012b476108136a300dffaa Mon Sep 17 00:00:00 2001 From: AJ Ballway Date: Fri, 17 Mar 2017 14:06:53 -0700 Subject: [PATCH] ((sic)) --- Frameworks/Foundation/NSArray.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,