We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6088fa commit ee1322cCopy full SHA for ee1322c
spring-jdbc/src/main/java/org/springframework/jdbc/support/KeyHolder.java
@@ -30,7 +30,7 @@
30
* In the general case, the keys are returned as a List containing one Map
31
* for each row of keys.
32
*
33
- * <p>Most applications only use on key per row and process only one row at a
+ * <p>Most applications only use one key per row and process only one row at a
34
* time in an insert statement. In these cases, just call {@code getKey}
35
* to retrieve the key. The returned value is a Number here, which is the
36
* usual type for auto-generated keys.
0 commit comments