Skip to content

Commit 2522fe0

Browse files
author
Sungho Hwang
authored
Fix typos in Javadoc
Closes gh-25458
1 parent 2719dcb commit 2522fe0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

spring-r2dbc/src/main/java/org/springframework/r2dbc/core/DatabaseClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public interface DatabaseClient extends ConnectionAccessor {
6969

7070
/**
7171
* Specify a {@link Supplier SQL supplier} that provides SQL to run.
72-
* Contract for specifying a SQL call along with options leading to
72+
* Contract for specifying an SQL call along with options leading to
7373
* the execution. The SQL string can contain either native parameter
7474
* bind markers or named parameters (e.g. {@literal :foo, :bar}) when
7575
* {@link NamedParameterExpander} is enabled.
@@ -148,7 +148,7 @@ interface Builder {
148148

149149

150150
/**
151-
* Contract for specifying a SQL call along with options leading to the execution.
151+
* Contract for specifying an SQL call along with options leading to the execution.
152152
*/
153153
interface GenericExecuteSpec {
154154

spring-r2dbc/src/main/java/org/springframework/r2dbc/core/QueryOperation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/**
2222
* Interface declaring a query operation that can be represented
2323
* with a query string. This interface is typically implemented
24-
* by classes representing a SQL operation such as {@code SELECT},
24+
* by classes representing an SQL operation such as {@code SELECT},
2525
* {@code INSERT}, and such.
2626
*
2727
* @author Mark Paluch

0 commit comments

Comments
 (0)