ibireme 9 年之前
父节点
当前提交
7257bf1fa9
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      YYWebImage/Cache/YYDiskCache.h
  2. 1 1
      YYWebImage/Cache/YYKVStorage.h

+ 1 - 1
YYWebImage/Cache/YYDiskCache.h

@@ -23,7 +23,7 @@
  * It can automatically decide the storage type (sqlite/file) for each object to get
       better performance.
  
- You may compile the lastest version of sqlite and ignore the libsqlite3.dylib in
+ You may compile the latest version of sqlite and ignore the libsqlite3.dylib in
  iOS system to get 2x~4x speed up.
  */
 @interface YYDiskCache : NSObject

+ 1 - 1
YYWebImage/Cache/YYKVStorage.h

@@ -63,7 +63,7 @@ typedef NS_ENUM(NSUInteger, YYKVStorageType) {
  After initialized, a directory is created based on the `path` to hold key-value data.
  Once initialized you should not read or write this directory without the instance.
  
- You may compile the lastest version of sqlite and ignore the libsqlite3.dylib in
+ You may compile the latest version of sqlite and ignore the libsqlite3.dylib in
  iOS system to get 2x~4x speed up.
  
  @warning The instance of this class is *NOT* thread safe, you need to make sure