Skip to content

Commit 638a00c

Browse files
committed
Fix typo
Related with gh-1951
1 parent 57ed37b commit 638a00c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/ibatis/session/Configuration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ public void setVfsImpl(Class<? extends VFS> vfsImpl) {
245245
}
246246

247247
/**
248-
* GEt an applying type when omit a type on sql provider annotation(e.g. {@link org.apache.ibatis.annotations.SelectProvider}).
248+
* Gets an applying type when omit a type on sql provider annotation(e.g. {@link org.apache.ibatis.annotations.SelectProvider}).
249249
*
250250
* @return the default type for sql provider annotation
251251
* @since 3.5.6

0 commit comments

Comments
 (0)