Skip to content

Commit b559dc8

Browse files
improve UKInputField docs
1 parent 7c467a6 commit b559dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComponentsKit/Components/InputField/UKInputField.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ open class UKInputField: UIView, UKComponent {
4040
public var textFieldContainer = UIView()
4141
/// A stack view that contains `textField` and `titleLabel` when it is inside.
4242
public var horizontalStackView = UIStackView()
43-
/// A stack view that contains `textFieldContainer` and `titleLabel` when it is outside.
43+
/// A stack view that contains `textFieldContainer`, `captionLabel` and `titleLabel` when it is outside.
4444
public var verticalStackView = UIStackView()
4545

4646
// MARK: Private Properties

0 commit comments

Comments
 (0)