Skip to content

Commit

Permalink
Merge pull request AFNetworking#2658 from seanoshea/minor_doc_change
Browse files Browse the repository at this point in the history
Minor Docs Change
  • Loading branch information
mattt committed Apr 17, 2015
2 parents 0c9216e + 6b95f11 commit d738322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UIKit+AFNetworking/UIImageView+AFNetworking.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
///----------------------------

/**
The image cache used to improve image loadiing performance on scroll views. By default, this is an `NSCache` subclass conforming to the `AFImageCache` protocol, which listens for notification warnings and evicts objects accordingly.
The image cache used to improve image loading performance on scroll views. By default, this is an `NSCache` subclass conforming to the `AFImageCache` protocol, which listens for notification warnings and evicts objects accordingly.
*/
+ (id <AFImageCache>)sharedImageCache;

Expand Down

0 comments on commit d738322

Please sign in to comment.