Skip to content

Commit c045188

Browse files
richardkapolnai-daakarnokd
authored andcommitted
Fix typo in Flowable javadoc (#6760)
Fix compilation error in example code in javadoc
1 parent 01cae89 commit c045188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/main/java/io/reactivex/rxjava3/core/Flowable.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
* Thread.sleep(1000);
115115
*
116116
* // the consumer might have cancelled the flow
117-
* if (emitter.isCancelled() {
117+
* if (emitter.isCancelled()) {
118118
* return;
119119
* }
120120
*

0 commit comments

Comments
 (0)