Skip to content

Commit 4643ade

Browse files
committed
Merge pull request #162 from dave-r12/master
Correct grammar in cache docs
2 parents 9d6245f + d576f19 commit 4643ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/xdoc/sqlmap-xml.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1962,7 +1962,7 @@ SELECT * FROM POST WHERE BLOG_ID = #{id}]]></source>
19621962
</subsection>
19631963
<subsection name="cache">
19641964
<p>
1965-
MyBatis has includes a powerful transactional query caching feature which is very configurable and customizable.
1965+
MyBatis includes a powerful transactional query caching feature which is very configurable and customizable.
19661966
A lot of changes have been made in the MyBatis 3 cache implementation to make it both more powerful and far easier to configure.
19671967
</p>
19681968

0 commit comments

Comments
 (0)