소스 검색

update comment

ibireme 9 년 전
부모
커밋
1444257ab4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      YYCache/YYMemoryCache.h

+ 1 - 1
YYCache/YYMemoryCache.h

@@ -18,7 +18,7 @@
  
  YYMemoryCache objects differ from NSCache in a few ways:
  
- * It use LRU (least-recently-used) to remove objects; NSCache's eviction method 
+ * It uses LRU (least-recently-used) to remove objects; NSCache's eviction method
    is non-deterministic.
  * It can be controlled by cost, count and age; NSCache's limits are imprecise.
  * It can be configured to automatically evict objects when receive memory