Skip to content

Commit 3139123

Browse files
unpushsnicoll
authored andcommitted
fix typo
1 parent bd7d56a commit 3139123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-jdbc/src/main/java/org/springframework/jdbc/core/simple/SimpleJdbcInsertOperations.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public interface SimpleJdbcInsertOperations {
6161
SimpleJdbcInsertOperations usingColumns(String... columnNames);
6262

6363
/**
64-
* Specify the name sof any columns that have auto generated keys.
64+
* Specify the names of any columns that have auto generated keys.
6565
* @param columnNames one or more column names
6666
* @return the instance of this SimpleJdbcInsert
6767
*/

0 commit comments

Comments
 (0)