修正两处拼写错误单词

This commit is contained in:
richardtang 2019-09-20 08:08:52 +08:00
parent 30d26ab22d
commit b3b9b5af56

View File

@ -61,7 +61,7 @@ public class Validator {
* 给定值是否为<code>true</code>
*
* @param value
* @return 是否为<code>ture</code>
* @return 是否为<code>true</code>
* @since 4.4.5
*/
public static boolean isTrue(boolean value) {
@ -80,7 +80,7 @@ public class Validator {
}
/**
* 检查指定值是否为<code>ture</code>
* 检查指定值是否为<code>true</code>
*
* @param value
* @param errorMsgTemplate 错误消息内容模板变量使用{}表示