Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Karibash committed Jul 20, 2020
1 parent ac09117 commit 7fe6c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/NFCTag/NFCTag+Rx.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ extension ObservableType where Element == NFCTag {

// MARK: - Filters -

public func felicaTags() -> Observable<NFCFeliCaTag> {
public func feliCaTags() -> Observable<NFCFeliCaTag> {
flatMap { (tag) -> Observable<NFCFeliCaTag> in
guard case let .feliCa(tag) = tag else {
return Observable.empty()
Expand Down

0 comments on commit 7fe6c49

Please sign in to comment.