Skip to content

Commit 4fd5d17

Browse files
authored
API doc fix
1 parent 71dfb54 commit 4fd5d17

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Sources/ResponsiveTextField/ResponsiveTextField.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,6 @@ public struct ResponsiveTextField {
149149
/// When the text field starts or ends editing it's state will automatically change to `isFirstResponder`
150150
/// or `notFirstResponder` respectively.
151151
///
152-
/// The text field's responder state is communicated to its ancestors using the `.firstResponderState`
153-
/// preference key.
154-
///
155152
public enum FirstResponderState: Equatable {
156153
/// The text field is not currently the first responder (i.e not being edited)
157154
case notFirstResponder

0 commit comments

Comments
 (0)