diff --git a/LeadKit/LeadKit/Extensions/UIImage/UIImage+Loading.swift b/LeadKit/LeadKit/Extensions/UIImage/UIImage+Loading.swift index 9d5cb82a..a2956e56 100644 --- a/LeadKit/LeadKit/Extensions/UIImage/UIImage+Loading.swift +++ b/LeadKit/LeadKit/Extensions/UIImage/UIImage+Loading.swift @@ -28,7 +28,7 @@ public extension UIImage { /** creates a new image from a URL with optional caching. - if cached, the cached image is returned. + if using cache, the cached image is returned. otherwise, a place holder is used until the image from web is returned by the fetchComplete. - parameter url: The image URL.