mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-01-12 22:51:50 +08:00
Fix typo
This commit is contained in:
@@ -211,7 +211,7 @@
|
||||
|
||||
- (void)expireCacheEntryForEntity:(NSEntityDescription *)entity {
|
||||
NSAssert(entity, @"Cannot expire cache entry for an entity without an entity");
|
||||
RKLogTrace(@"About to expirce cache for entity name=%@", entity.name);
|
||||
RKLogTrace(@"About to expire cache for entity name=%@", entity.name);
|
||||
[_entityCache removeObjectForKey:entity.name];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user