From 810fcbefeaaf0a7d7aac7f2d7996ec549f7fcb6b Mon Sep 17 00:00:00 2001 From: DashaGitHub Date: Mon, 11 Mar 2019 16:10:21 +0300 Subject: [PATCH] Some refactoring --- GMStepper/GMStepper.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GMStepper/GMStepper.swift b/GMStepper/GMStepper.swift index 7a73e8c..19fa66e 100644 --- a/GMStepper/GMStepper.swift +++ b/GMStepper/GMStepper.swift @@ -112,7 +112,7 @@ import UIKit /// Label tap closure @objc public var didTouchLabel: ((Double) -> Void)? - /// Value reached the minimum + /// Block is called when the minimum is exceeded @objc public var minimumExceeded: (() -> Void)? /// Text color of the middle label. Defaults to white.