Skip to content

Commit 31bf7b3

Browse files
authored
Fix a typo in MyBatisExceptionTranslator docs
1 parent 12fa4fb commit 31bf7b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/mybatis/spring/MyBatisExceptionTranslator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
*
3232
* Translates MyBatis SqlSession returned exception into a Spring
3333
* {@code DataAccessException} using Spring's {@code SQLExceptionTranslator}
34-
* Can load {@code SQLExceptionTranslator} eagerly of when the
34+
* Can load {@code SQLExceptionTranslator} eagerly or when the
3535
* first exception is translated.
3636
*
3737
* @author Eduardo Macarron

0 commit comments

Comments
 (0)