Skip to content

Commit

Permalink
Merge pull request #2218 from eltociear/patch-1
Browse files Browse the repository at this point in the history
Update KFOptionsSetter.swift
  • Loading branch information
onevcat authored Mar 16, 2024
2 parents 5c21dc6 + 446a8bb commit dfd8ad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/General/KFOptionsSetter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ extension KFOptionSetter {
return self
}

/// Sets the the done block to current builder.
/// - Parameter block: Called when the image task successfully completes and the the image set is done. If `block`
/// Sets the done block to current builder.
/// - Parameter block: Called when the image task successfully completes and the image set is done. If `block`
/// is `nil`, the callback will be reset.
/// - Returns: A `KF.Builder` with changes applied.
public func onSuccess(_ block: ((RetrieveImageResult) -> Void)?) -> Self {
Expand Down

0 comments on commit dfd8ad6

Please sign in to comment.