We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae48b16 commit c0366acCopy full SHA for c0366ac
UIButton+Rx.swift
@@ -62,7 +62,7 @@ public extension UIButton {
62
private extension UIButton {
63
private struct AssociatedKeys {
64
static var Action = "rx_action"
65
- static var DisposeBag = "rx_diposeBag"
+ static var DisposeBag = "rx_disposeBag"
66
}
67
68
// A dispose bag to be used exclusively for the instance's rx_action.
0 commit comments