Skip to content

Commit ee1322c

Browse files
jKilersnicoll
authored andcommitted
Polish
See gh-22718
1 parent d6088fa commit ee1322c

File tree

1 file changed

+1
-1
lines changed
  • spring-jdbc/src/main/java/org/springframework/jdbc/support

1 file changed

+1
-1
lines changed

Diff for: spring-jdbc/src/main/java/org/springframework/jdbc/support/KeyHolder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* In the general case, the keys are returned as a List containing one Map
3131
* for each row of keys.
3232
*
33-
* <p>Most applications only use on key per row and process only one row at a
33+
* <p>Most applications only use one key per row and process only one row at a
3434
* time in an insert statement. In these cases, just call {@code getKey}
3535
* to retrieve the key. The returned value is a Number here, which is the
3636
* usual type for auto-generated keys.

0 commit comments

Comments
 (0)