Skip to content

Commit bddb1d9

Browse files
ktakayamaRuiAAPeres
authored andcommitted
Fix typo (#155)
1 parent 6243fc5 commit bddb1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/UIKit/UILabel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import UIKit
1212
extension UILabel {
1313
/// Wraps a label's `text` value in a bindable property.
1414
public var rex_text: MutableProperty<String?> {
15-
return associatedProperty(self, key: &attributedTextKey, initial: { $0.text }, setter: { $0.text = $1 })
15+
return associatedProperty(self, key: &textKey, initial: { $0.text }, setter: { $0.text = $1 })
1616
}
1717

1818
/// Wraps a label's `attributedText` value in a bindable property.

0 commit comments

Comments
 (0)