Skip to content

Commit d04055e

Browse files
authored
Merge pull request #185 from tim-blair/patch-1
Fix a typo in MyBatisExceptionTranslator docs
2 parents 12fa4fb + 31bf7b3 commit d04055e

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)