Minor kdoc update

This commit is contained in:
Kyriakos Tharrouniatis 2020-02-17 14:00:04 +00:00
parent 1319da6b50
commit bececa153d

View File

@ -9,7 +9,7 @@ import rx.subjects.Subject
/**
* [FlowSafeSubject] is used to unwrap an [Observer] from a [SafeSubscriber], re-wrap it with a [FlowSafeSubscriber]
* and then subscribe it to its underlying [Subject]. It is only used therefore, to provide its underlying [Subject] with
* and then subscribe it to its underlying [Subject]. It is only used, to provide its underlying [Subject] with
* subscribing of non unsubscribing [rx.Observer]s.
*
* Upon [rx.Observable.subscribe] it will wrap everything that is a non [SafeSubscriber] with a [FlowSafeSubscriber] the same way