Skip to content

Commit 774a52d

Browse files
authored
Merge pull request #2531 from awxiaoxian2020/awxiaoxian2020-patch-2
Eliminating ambiguity of "XML"
2 parents e98c358 + f8d4123 commit 774a52d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/xdoc/getting-started.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ SqlSessionFactory sqlSessionFactory =
125125
Notice in this case the configuration is adding a mapper class.
126126
Mapper classes are Java classes that
127127
contain SQL Mapping Annotations
128-
that avoid the need for XML. However, due
128+
that avoid the need for XML mapping. However, due
129129
to some limitations of
130130
Java Annotations and the complexity of some MyBatis mappings, XML
131131
mapping is still required for the

0 commit comments

Comments
 (0)