Explorar el Código

update comment

ibireme hace 9 años
padre
commit
7a0b36ffa5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      YYWebImage/Cache/YYMemoryCache.h

+ 1 - 1
YYWebImage/Cache/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