Skip to content

Commit 7f40414

Browse files
added "that" word for clarity
1 parent 7ea908f commit 7f40414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/xdoc/statement-builders.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ String sql = "SELECT P.ID, P.USERNAME, P.PASSWORD, P.FULL_NAME, "
5252
</subsection>
5353
<subsection name="The Solution">
5454
<p>MyBatis 3 offers a convenient utility class to help with the problem.
55-
With the SQL class, you simply create an instance lets you call methods against it to build a SQL statement
55+
With the SQL class, you simply create an instance that lets you call methods against it to build a SQL statement
5656
one step at a time. The example problem above would look like this when rewritten with the SQL class:
5757
</p>
5858

0 commit comments

Comments
 (0)