Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/java/io/reactivex/rxjava3/core/Flowable.java
Original file line number Diff line number Diff line change
Expand Up @@ -15816,7 +15816,7 @@ public final Disposable subscribe(@NonNull Consumer<? super T> onNext, @NonNull
* terminates or this particular {@code Disposable} is disposed, the {@code Subscriber} is removed
* from the given container.
* <p>
* The {@coded Subscriber} will be removed after the callback for the terminal event has been invoked.
* The {@code Subscriber} will be removed after the callback for the terminal event has been invoked.
* <dl>
* <dt><b>Backpressure:</b></dt>
* <dd>The operator consumes the current {@code Flowable} in an unbounded manner (i.e., no
Expand Down