Skip to content

Commit f759204

Browse files
committed
Fix typo
... from, not form.
1 parent f442c99 commit f759204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/DirectToSwiftUI/Support/SwiftUI/FormatterBinding.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import struct SwiftUI.Binding
1212
public extension Binding {
1313

1414
/**
15-
* Creates a String binding form an arbitrary value binding which pipes the
15+
* Creates a String binding from an arbitrary value binding which pipes the
1616
* value binding through a formatter.
1717
*
1818
* This is a workaround to fix the `TextField` not doing the same when a

0 commit comments

Comments
 (0)