Skip to content

Commit 940c26e

Browse files
committed
correcting markup error in javadoc comments
1 parent 9d1444c commit 940c26e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rxjava-core/src/main/java/rx/Observable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4101,7 +4101,7 @@ public final <U, V> Observable<T> delay(
41014101
* <p>
41024102
* <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/delay.o.png">
41034103
* <p>
4104-
* <em>Note:</code> the resulting Observable will immediately propagate any {@code onError} notification
4104+
* <em>Note:</em> the resulting Observable will immediately propagate any {@code onError} notification
41054105
* from the source Observable.
41064106
*
41074107
* @param <U>

0 commit comments

Comments
 (0)