Minor text correction

This commit is contained in:
Kyriakos Tharrouniatis 2020-02-16 17:05:27 +00:00
parent ddbcba3f2e
commit a194c79e5f

View File

@ -65,7 +65,7 @@ class FlowSafeSubscriber<T>(actual: Subscriber<in T>) : SafeSubscriber<T>(actual
/**
* We throw [OnNextFailedException] to pass the exception back through the preceding [Subscriber] chain
* without triggering any [SafeSubscriber.onError]s. Since we extending an [OnErrorNotImplementedException]
* without triggering any [SafeSubscriber.onError]s. Since we are extending an [OnErrorNotImplementedException]
* the exception will be re-thrown at [Exceptions.throwOrReport].
*/
@VisibleForTesting