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.
1 parent 9d1444c commit 940c26eCopy full SHA for 940c26e
rxjava-core/src/main/java/rx/Observable.java
@@ -4101,7 +4101,7 @@ public final <U, V> Observable<T> delay(
4101
* <p>
4102
* <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/delay.o.png">
4103
4104
- * <em>Note:</code> the resulting Observable will immediately propagate any {@code onError} notification
+ * <em>Note:</em> the resulting Observable will immediately propagate any {@code onError} notification
4105
* from the source Observable.
4106
*
4107
* @param <U>
0 commit comments