Skip to content

Commit

Permalink
fix typo in Presentable
Browse files Browse the repository at this point in the history
  • Loading branch information
twittemb committed Sep 20, 2018
1 parent cd7eca3 commit 9202587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RxFlow/Presentable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import UIKit.UIViewController

import RxSwift

/// An abstraction of what can present a Loom. For now, UIViewControllers, Warps are Presentable
/// An abstraction of what can be presented to the screen. For now, UIViewControllers and Flows are Presentable
public protocol Presentable: HasDisposeBag {

/// Rx Observable that triggers a bool indicating if the current Presentable is being displayed (applies to UIViewController, Warp or UIWindow for instance)
Expand Down

0 comments on commit 9202587

Please sign in to comment.