Skip to content

Commit 718b849

Browse files
author
Ruben Novelli
committed
Change @coded tag to @code tag
1 parent fb5b694 commit 718b849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/reactivex/rxjava3/core/Flowable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15816,7 +15816,7 @@ public final Disposable subscribe(@NonNull Consumer<? super T> onNext, @NonNull
1581615816
* terminates or this particular {@code Disposable} is disposed, the {@code Subscriber} is removed
1581715817
* from the given container.
1581815818
* <p>
15819-
* The {@coded Subscriber} will be removed after the callback for the terminal event has been invoked.
15819+
* The {@code Subscriber} will be removed after the callback for the terminal event has been invoked.
1582015820
* <dl>
1582115821
* <dt><b>Backpressure:</b></dt>
1582215822
* <dd>The operator consumes the current {@code Flowable} in an unbounded manner (i.e., no

0 commit comments

Comments
 (0)