From 102d7bd48410603b14607e0c250a5e83ac784e03 Mon Sep 17 00:00:00 2001 From: Jeff Cole Date: Fri, 11 May 2012 10:02:00 -0400 Subject: [PATCH] Fix the description for getMemorySize --- SDWebImage/SDImageCache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDWebImage/SDImageCache.h b/SDWebImage/SDImageCache.h index e0e2e4c2..c21ca8be 100644 --- a/SDWebImage/SDImageCache.h +++ b/SDWebImage/SDImageCache.h @@ -128,7 +128,7 @@ - (int)getDiskCount; /** - * Get the number of images in memory cache + * Get the total size of images in memory cache */ - (int)getMemorySize;