Skip to content

Commit 8b2211c

Browse files
committed
修改不正确的翻译
1 parent 582ee94 commit 8b2211c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/site/zh/xdoc/configuration.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<body>
3030
<section name="XML 映射配置文件">
31-
<p>MyBatis 的配置文件包含了影响 MyBatis 行为甚深的设置(settings)和属性(properties)信息。文档的顶层结构如下:</p>
31+
<p>MyBatis 的配置文件包含了会深深影响 MyBatis 行为的设置(settings)和属性(properties)信息。文档的顶层结构如下:</p>
3232

3333
<ul>
3434
<li>
@@ -313,8 +313,7 @@ SqlSessionFactory factory = new SqlSessionFactoryBuilder().build(reader, environ
313313
safeRowBoundsEnabled
314314
</td>
315315
<td>
316-
允许在嵌套语句中使用分页(RowBounds)。
317-
If allow, set the false.
316+
允许在嵌套语句中使用分页(RowBounds)。如果允许使用则设置为false。
318317
</td>
319318
<td>
320319
true | false
@@ -328,8 +327,7 @@ SqlSessionFactory factory = new SqlSessionFactoryBuilder().build(reader, environ
328327
safeResultHandlerEnabled
329328
</td>
330329
<td>
331-
允许在嵌套语句中使用分页(ResultHandler)。
332-
If allow, set the false.
330+
允许在嵌套语句中使用分页(ResultHandler)。如果允许使用则设置为false。
333331
</td>
334332
<td>
335333
true | false

0 commit comments

Comments
 (0)