Skip to content

Commit

Permalink
Merge pull request #1016 from VergeDX/master
Browse files Browse the repository at this point in the history
[F] Missing markdown bold ** symbol in Java基础知识.md
  • Loading branch information
Snailclimb authored Dec 15, 2020
2 parents f478af0 + 8fe56a6 commit f89eff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/java/basis/Java基础知识.md
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ private static class CharacterCache {
}
```
两种浮点数类型的包装类 Float,Double 并没有实现常量池技术。\*\*
**两种浮点数类型的包装类 Float,Double 并没有实现常量池技术。**
```java
Integer i1 = 33;
Expand Down

0 comments on commit f89eff7

Please sign in to comment.