We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 634b921 + d77b9f3 commit 6b84a3fCopy full SHA for 6b84a3f
src/site/zh/xdoc/dynamic-sql.xml
@@ -192,7 +192,7 @@ AND title like ‘someTitle’]]></source>
192
SqlSource createSqlSource(Configuration configuration, XNode script, Class<?> parameterType);
193
SqlSource createSqlSource(Configuration configuration, String script, Class<?> parameterType);
194
}]]></source>
195
- <p>一旦有了自定义的语言驱动,你就可以在 mybatis-config.xml 文件中将它设置位默认语言:</p>
+ <p>一旦有了自定义的语言驱动,你就可以在 mybatis-config.xml 文件中将它设置为默认语言:</p>
196
<source><![CDATA[<typeAliases>
197
<typeAlias type="org.sample.MyLanguageDriver" alias="myLanguage"/>
198
</typeAliases>
0 commit comments