소스 검색

update comment

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

+ 1 - 1
YYCache/YYMemoryCache.m

@@ -52,7 +52,7 @@ static inline dispatch_queue_t YYMemoryCacheGetReleaseQueue() {
 
 
 /**
- A linkd map used by YYMemoryCache.
+ A linked map used by YYMemoryCache.
  It's not thread-safe and does not validate the parameters.
  
  Typically, you should not use this class directly.