From 881da8fbe06760203c569631c5ff6aa848bb0c5f Mon Sep 17 00:00:00 2001 From: Bogdan Poplauschi Date: Wed, 1 Jun 2016 10:02:41 +0300 Subject: [PATCH] Corrected comment (was changed unintentionally). --- SDWebImage/MKAnnotationView+WebCache.h | 2 +- SDWebImage/UIImageView+WebCache.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SDWebImage/MKAnnotationView+WebCache.h b/SDWebImage/MKAnnotationView+WebCache.h index b0df29c4..8f87f2e3 100644 --- a/SDWebImage/MKAnnotationView+WebCache.h +++ b/SDWebImage/MKAnnotationView+WebCache.h @@ -18,7 +18,7 @@ * Get the current image URL. * * Note that because of the limitations of categories this property can get out of sync - * if you use sd_setImage: directly. + * if you use setImage: directly. */ - (NSURL *)sd_imageURL; diff --git a/SDWebImage/UIImageView+WebCache.h b/SDWebImage/UIImageView+WebCache.h index 44cd2d76..a6c73561 100644 --- a/SDWebImage/UIImageView+WebCache.h +++ b/SDWebImage/UIImageView+WebCache.h @@ -48,7 +48,7 @@ * Get the current image URL. * * Note that because of the limitations of categories this property can get out of sync - * if you use sd_setImage: directly. + * if you use setImage: directly. */ - (NSURL *)sd_imageURL;