Skip to content

Commit ec6976e

Browse files
Fix typo
1 parent 8b05ca0 commit ec6976e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/oracle/r2dbc/impl/Publishers.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ private Publishers() {}
4646
* {@code onTerminationPublisher} emits an error, it will suppress any error
4747
* emitted by the first {@code publisher}. If a subscription to the returned
4848
* publisher is cancelled, the {@code onTerminationPublisher} is subscribed to
49-
* it can not emit any error through the cancelled subscription.
49+
* but it can not emit any error through the cancelled subscription.
5050
* </p><p>
5151
* The returned publisher behaves similarly to: <pre>{@code
5252
* Flux.concatDelayError(

0 commit comments

Comments
 (0)