Pārlūkot izejas kodu

Spelling mistake.

bringbird 9 gadi atpakaļ
vecāks
revīzija
9ee1e938ce
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      YYWebImage/Categories/UIImageView+YYWebImage.h

+ 1 - 1
YYWebImage/Categories/UIImageView+YYWebImage.h

@@ -168,7 +168,7 @@ NS_ASSUME_NONNULL_BEGIN
  Set the view's `highlightedImage` with a specified URL.
  
  @param imageURL    The image url (remote or local file path).
- @param placeholder he image to be set initially, until the image request finishes.
+ @param placeholder The image to be set initially, until the image request finishes.
  @param options     The options to use when request the image.
  @param manager     The manager to create image request operation.
  @param progress    The block invoked (on main thread) during image request.