Skip to content

Commit 9afc948

Browse files
Update Java基础知识.md
fix typo
1 parent ba2509a commit 9afc948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/java/Java基础知识.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ Java**中**有8种基本数据类型,分别为:
494494
495495
1. 6种数字类型 :byteshortintlongfloatdouble
496496
2. 1种字符类型:char
497-
3. 1中布尔型boolean
497+
3. 1种布尔型boolean
498498
499499
这八种基本类型都有对应的包装类分别为:ByteShortIntegerLongFloatDoubleCharacterBoolean
500500

0 commit comments

Comments
 (0)