bringbird преди 9 години
родител
ревизия
9ee1e938ce
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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.