Skip to content

Commit c08502f

Browse files
committed
Update NSTextField.rex_textSignal comment
1 parent 35afe8a commit c08502f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/AppKit/NSTextField.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import ReactiveCocoa
1111
import AppKit
1212

1313
extension NSTextField {
14-
/// only changes from UI will be produced here
14+
/// Sends the field's string value whenever it changes.
1515
public var rex_textSignal: SignalProducer<String, NoError> {
1616
return NSNotificationCenter.defaultCenter()
1717
.rac_notifications(NSControlTextDidChangeNotification, object: self)

0 commit comments

Comments
 (0)