Skip to content

Commit

Permalink
!1 修复一处文档错误
Browse files Browse the repository at this point in the history
Merge pull request !1 from Singu/master
  • Loading branch information
looly authored and gitee-org committed Sep 11, 2020
2 parents e269e42 + a957ebc commit 75f48e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/类型转换/类型转换工具类-Convert.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ String digitUppercase = Convert.digitToChinese(a);
> 转换为大写只能精确到分(小数点儿后两位),之后的数字会被忽略。
### 原始类和包装类转换
有的时候,我们需要将包装类和原始类相互转换(比如Integer.classs 和 int.class),这时候我们可以:
有的时候,我们需要将包装类和原始类相互转换(比如Integer.class 和 int.class),这时候我们可以:
```java
//去包装
Class<?> wrapClass = Integer.class;
Expand Down

0 comments on commit 75f48e1

Please sign in to comment.