Authored by Bogdan Poplauschi

Merge pull request #1461 from jawwad/patch-1

Improve documentation for SDWebImageHighPriority
@@ -64,9 +64,8 @@ typedef NS_OPTIONS(NSUInteger, SDWebImageOptions) { @@ -64,9 +64,8 @@ typedef NS_OPTIONS(NSUInteger, SDWebImageOptions) {
64 SDWebImageAllowInvalidSSLCertificates = 1 << 7, 64 SDWebImageAllowInvalidSSLCertificates = 1 << 7,
65 65
66 /** 66 /**
67 - * By default, image are loaded in the order they were queued. This flag move them to  
68 - * the front of the queue and is loaded immediately instead of waiting for the current queue to be loaded (which  
69 - * could take a while). 67 + * By default, images are loaded in the order in which they were queued. This flag moves them to
  68 + * the front of the queue.
70 */ 69 */
71 SDWebImageHighPriority = 1 << 8, 70 SDWebImageHighPriority = 1 << 8,
72 71