We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b05ca0 commit ec6976eCopy full SHA for ec6976e
src/main/java/oracle/r2dbc/impl/Publishers.java
@@ -46,7 +46,7 @@ private Publishers() {}
46
* {@code onTerminationPublisher} emits an error, it will suppress any error
47
* emitted by the first {@code publisher}. If a subscription to the returned
48
* publisher is cancelled, the {@code onTerminationPublisher} is subscribed to
49
- * it can not emit any error through the cancelled subscription.
+ * but it can not emit any error through the cancelled subscription.
50
* </p><p>
51
* The returned publisher behaves similarly to: <pre>{@code
52
* Flux.concatDelayError(
0 commit comments