Skip to content

Commit

Permalink
correcting markup error in javadoc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMGross committed Mar 8, 2014
1 parent 9d1444c commit 940c26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rxjava-core/src/main/java/rx/Observable.java
Original file line number Diff line number Diff line change
Expand Up @@ -4101,7 +4101,7 @@ public final <U, V> Observable<T> delay(
* <p>
* <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/delay.o.png">
* <p>
* <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
* from the source Observable.
*
* @param <U>
Expand Down

0 comments on commit 940c26e

Please sign in to comment.