We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12fa4fb commit 31bf7b3Copy full SHA for 31bf7b3
src/main/java/org/mybatis/spring/MyBatisExceptionTranslator.java
@@ -31,7 +31,7 @@
31
*
32
* Translates MyBatis SqlSession returned exception into a Spring
33
* {@code DataAccessException} using Spring's {@code SQLExceptionTranslator}
34
- * Can load {@code SQLExceptionTranslator} eagerly of when the
+ * Can load {@code SQLExceptionTranslator} eagerly or when the
35
* first exception is translated.
36
37
* @author Eduardo Macarron
0 commit comments