Skip to content

Commit f8d4123

Browse files
Eliminating ambiguity of "XML"
1 parent 444fed4 commit f8d4123

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)