Minor documentation changes

This commit is contained in:
Andy Uhnak
2022-02-28 10:05:11 +00:00
parent 4617b3ed69
commit c52e15574f
4 changed files with 5 additions and 5 deletions
@@ -34,9 +34,9 @@ protocol UserIndicatorTypePresenterProtocol {
/// of other indicators.
///
/// If the queue is empty, the indicator will be displayed immediately, otherwise it will be pending
/// until the previously added indicator have completed / been cancelled.
/// until the previously added indicators have completed / been cancelled.
///
/// To remove an indicator, cancel or deallocate the returned `UserIndicator`
/// To remove an indicator, `cancel` or deallocate the returned `UserIndicator`
func present(_ type: UserIndicatorType) -> UserIndicator
/// The queue of user indicators owned by the presenter