Skip to content

Commit

Permalink
Merge pull request #2074 from samho2008/v5-dev
Browse files Browse the repository at this point in the history
typo: 波尔 -> 布尔
  • Loading branch information
looly committed Jan 7, 2022
2 parents 1756195 + e765da7 commit 63fc344
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -4,7 +4,7 @@
import cn.hutool.core.util.BooleanUtil;

/**
* 波尔转换器
* 布尔转换器
*
* <p>
* 对象转为boolean,规则如下:
Expand Down
Expand Up @@ -187,7 +187,7 @@ public Integer getInt(String key, String group, Integer defaultValue) {
// --------------------------------------------------------------- Get bool

/**
* 获取波尔型属性值
* 获取布尔型属性值
*
* @param key 属性名
* @param group 分组名
Expand All @@ -198,7 +198,7 @@ public Boolean getBool(String key, String group) {
}

/**
* 获取波尔型型属性值
* 获取布尔型属性值
*
* @param key 属性名
* @param group 分组名
Expand Down

0 comments on commit 63fc344

Please sign in to comment.