Skip to content

Commit 76f8546

Browse files
authored
错别字修改
1 parent 2b3b1ce commit 76f8546

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/java/basic/2、Java基本数据类型.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,9 +468,9 @@ public static void main(String[] args) {
468468

469469
(2)Byte复用了全部256个对象[-128,127]
470470

471-
(3)Short服用了[-128,127]这些对象;
471+
(3)Short复用了[-128,127]这些对象;
472472

473-
(4)Long服用了[-128,127];
473+
(4)Long复用了[-128,127];
474474

475475
(5)Character复用了[0,127],Charater不能表示负数;
476476

0 commit comments

Comments
 (0)