From 446a8bb87e324c77410a094104c98b15c19a1bca Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 10 Mar 2024 00:30:58 +0900 Subject: [PATCH] Update KFOptionsSetter.swift minor fix --- Sources/General/KFOptionsSetter.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/General/KFOptionsSetter.swift b/Sources/General/KFOptionsSetter.swift index 979ed272e..bf25a1df5 100644 --- a/Sources/General/KFOptionsSetter.swift +++ b/Sources/General/KFOptionsSetter.swift @@ -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 {