Skip to content

Commit

Permalink
Refactor: 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
iosdevSW committed Nov 29, 2023
1 parent 9a30f23 commit d2c41c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/MightyCombine/MightyCombine.git",
"state": {
"branch": null,
"revision": "64bdfe87fb601d430771ef4d1ab5629877885fa2",
"version": "1.0.2"
"revision": "770244957849fa83bc095418836c4a0c46b6f20c",
"version": "1.1.3"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Sources/UIBuilder/UIBuilder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ extension UIBuilder {
}


public func setTapPublusher(_ cancellables: inout Set<AnyCancellable>,_ action: @escaping () -> Void) -> Self {
public func setTapPublisher(_ cancellables: inout Set<AnyCancellable>,_ action: @escaping () -> Void) -> Self {
view.tapGesturePublisher.sink { _ in
action()
}.store(in: &cancellables)
Expand Down

0 comments on commit d2c41c9

Please sign in to comment.