1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

[F] Missing markdown bold ** symbol in Java基础知识.md

This commit is contained in:
Vanilla 2020-12-04 20:53:52 +08:00 committed by GitHub
parent 9ed88632a6
commit 2759e1bcc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -541,7 +541,7 @@ private static class CharacterCache {
}
```
两种浮点数类型的包装类 Float,Double 并没有实现常量池技术。**
**两种浮点数类型的包装类 Float,Double 并没有实现常量池技术。**
```java
Integer i1 = 33;