Skip to content

Commit 1da0965

Browse files
committed
Typo
...
1 parent 9e8b4f8 commit 1da0965

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/CodeEditor/UXCodeTextViewRepresentable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ struct UXCodeTextViewRepresentable : UXViewRepresentable {
9696
}
9797
#elseif os(iOS)
9898
public func textViewDidChange(_ textView: UITextView) {
99-
parnt.source.wrappedValue = textView.string
99+
parent.source.wrappedValue = textView.string
100100
}
101101
#else
102102
#error("Unsupported OS")

0 commit comments

Comments
 (0)