Rename method
This commit is contained in:
parent
545186da96
commit
b3eef51a9d
6 changed files with 8 additions and 8 deletions
|
|
@ -23,7 +23,7 @@ public class PasswordTableEntry: NSObject {
|
|||
self.categoryText = entity.getCategoryText()
|
||||
}
|
||||
|
||||
public func match(_ searchText: String) -> Bool {
|
||||
public func matches(_ searchText: String) -> Bool {
|
||||
PasswordTableEntry.match(nameWithCategory: passwordEntity.nameWithCategory, searchText: searchText)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue