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.
1 parent 95e7186 commit d77b9f3Copy full SHA for d77b9f3
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