Skip to content

Commit 18d363d

Browse files
authored
Merge pull request #1914 from fanofxiaofeng/patch-2
remove a redundant Chinese character '的'
2 parents b8e0ae2 + e93c34c commit 18d363d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/zh/xdoc/sqlmap-xml.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1091,7 +1091,7 @@ public class User {
10911091

10921092
<p>
10931093
为了将结果注入构造方法,MyBatis 需要通过某种方式定位相应的构造方法。
1094-
在下面的例子中,MyBatis 搜索一个声明了三个形参的的构造方法,参数类型以
1094+
在下面的例子中,MyBatis 搜索一个声明了三个形参的构造方法,参数类型以
10951095
<code>java.lang.Integer</code>, <code>java.lang.String</code> 和
10961096
<code>int</code> 的顺序给出。
10971097
</p>

0 commit comments

Comments
 (0)