We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4761545 + 88b1d7d commit c544e4cCopy full SHA for c544e4c
operators/Catch.md
@@ -26,7 +26,7 @@ RxJava将`Catch`实现为三个不同的操作符:
26
27

28
29
-`onErrorReturn`方法返回一个镜像原有Observable行为的新Observable,后者会忽略前者的`onError`调用,不会将错误传递给观察者,作为替代,它会发发射一个特殊的项并调用观察者的`onComleted`方法。
+`onErrorReturn`方法返回一个镜像原有Observable行为的新Observable,后者会忽略前者的`onError`调用,不会将错误传递给观察者,作为替代,它会发发射一个特殊的项并调用观察者的`onCompleted`方法。
30
31
* Javadoc: [onErrorReturn(Func1)](http://reactivex.io/RxJava/javadoc/rx/Observable.html#onErrorReturn(rx.functions.Func1))
32
0 commit comments