Skip to content

Commit c0366ac

Browse files
committed
Fixes typo.
1 parent ae48b16 commit c0366ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UIButton+Rx.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public extension UIButton {
6262
private extension UIButton {
6363
private struct AssociatedKeys {
6464
static var Action = "rx_action"
65-
static var DisposeBag = "rx_diposeBag"
65+
static var DisposeBag = "rx_disposeBag"
6666
}
6767

6868
// A dispose bag to be used exclusively for the instance's rx_action.

0 commit comments

Comments
 (0)