Skip to content

Commit 269bb0e

Browse files
Update src/main/java/oracle/r2dbc/impl/OracleStatementImpl.java
Fix typo Co-authored-by: Jean de Lavarene <jean.de.lavarene@oracle.com>
1 parent cd2affa commit 269bb0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
* {@linkplain Result#getRowsUpdated() update count} or
7171
* {@linkplain Result#map(BiFunction) row data} {@code Publisher} and then
7272
* requesting items until the {@code Publisher} emits {@code onComplete/onError}
73-
* or it's {@code Subscription} is cancelled.
73+
* or its {@code Subscription} is cancelled.
7474
* </p><p>
7575
* To improve performance when the same SQL statement is executed multiple
7676
* times, implementations of {@link ReactiveJdbcAdapter} are expected to

0 commit comments

Comments
 (0)