Rename method

This commit is contained in:
Danny Moesch 2021-08-26 23:12:13 +02:00 committed by Mingshen Sun
parent 545186da96
commit b3eef51a9d
6 changed files with 8 additions and 8 deletions

View file

@ -43,7 +43,7 @@ class PasswordsViewController: UIViewController {
tableView.dataSource = dataSource
}
func showPasswordsWithSuggstion(matching text: String) {
func showPasswordsWithSuggestion(matching text: String) {
dataSource.showTableEntriesWithSuggestion(matching: text)
tableView.reloadData()
}