Skip to content

Commit 7a0b36f

Browse files
committed
update comment
1 parent ce432c1 commit 7a0b36f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

YYWebImage/Cache/YYMemoryCache.h

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

0 commit comments

Comments
 (0)