Minor documentation changes

This commit is contained in:
Andy Uhnak
2022-02-28 10:05:11 +00:00
parent 3f82e61723
commit bdb32e36bc
4 changed files with 5 additions and 5 deletions
@@ -19,7 +19,7 @@ import CommonKit
/// A convenience objc-compatible wrapper around `UserIndicatorTypePresenterProtocol`.
///
/// This class wraps swift-only protocol by exponsing multiple methods instead of accepting struct types
/// This class wraps swift-only protocol by exposing multiple methods instead of accepting struct types
/// and it keeps a track of `UserIndicator`s instead of returning them to the caller.
@objc final class UserIndicatorPresenterWrapper: NSObject {
private let presenter: UserIndicatorTypePresenterProtocol