Skip to content

Commit 3176624

Browse files
committed
Fix bad javadoc link
1 parent fa565cb commit 3176624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/reactivex/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
* {@link io.reactivex.Flowable}, {@link io.reactivex.Observable}, {@link io.reactivex.Single}
4848
* or {@link io.reactivex.Completable} class which then allow consumers to subscribe to them
4949
* and receive events.</p>
50-
* <p>Usage examples can be found on the {@link rx.Observable} and {@link org.reactivestreams.Subscriber} classes.</p>
50+
* <p>Usage examples can be found on the {@link io.reactivex.Flowable}/{@link io.reactivex.Observable} and {@link org.reactivestreams.Subscriber} classes.</p>
5151
*/
5252
package io.reactivex;
5353

0 commit comments

Comments
 (0)