fix trivial typo

This commit is contained in:
rfm 2024-07-31 10:22:48 +01:00
parent bcffa3c35d
commit 6d8f546c08

View file

@ -88,7 +88,7 @@ static Class concreteClass = 0;
{ {
GSOnceMLog(@"Garbage Collection no longer supported." GSOnceMLog(@"Garbage Collection no longer supported."
@" Using +weakToStringObjectsMapTable"); @" Using +weakToStringObjectsMapTable");
return [self weakToStringObjectsMapTable]; return [self weakToStrongObjectsMapTable];
} }
+ (id) mapTableWithWeakToWeakObjects + (id) mapTableWithWeakToWeakObjects