Typo fixed

This commit is contained in:
Artur 2019-03-05 17:49:47 +03:00
parent 73e2f0743a
commit 72fd83785a
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ import UIKit
public typealias SearchResultsController = UIViewController & SearchResultsViewController
/// Class that that allows to enter text for search and then displays search results in table view
/// Class that allows to enter text for search and then displays search results in table view
open class BaseSearchViewController<Item,
ItemViewModel,
ViewModel,