Skip to content

Commit c0dedec

Browse files
committed
Merge pull request #651 from unpush/typofix
* typofix: fix typo
2 parents bd7d56a + 3139123 commit c0dedec

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)