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 cd2affa commit 269bb0eCopy full SHA for 269bb0e
src/main/java/oracle/r2dbc/impl/OracleStatementImpl.java
@@ -70,7 +70,7 @@
70
* {@linkplain Result#getRowsUpdated() update count} or
71
* {@linkplain Result#map(BiFunction) row data} {@code Publisher} and then
72
* requesting items until the {@code Publisher} emits {@code onComplete/onError}
73
- * or it's {@code Subscription} is cancelled.
+ * or its {@code Subscription} is cancelled.
74
* </p><p>
75
* To improve performance when the same SQL statement is executed multiple
76
* times, implementations of {@link ReactiveJdbcAdapter} are expected to
0 commit comments