Skip to content

Commit fbce1f0

Browse files
authored
Update 04-Operators.md (#454)
大小写拼写错误
1 parent 0ee9cd0 commit fbce1f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/04-Operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ bll: 101111101011111010111110101111
550550

551551
Java 7 引入了二进制的字面值常量,由前导 `0b``0B` 表示,它可以初始化所有的整数类型。
552552

553-
使用整型数值类型时,显示其二进制形式会很有用。在 Long 型和 Integer 型中这很容易实现,调用其静态的 `toBinaryString()` 方法即可。 但是请注意,若将较小的类型传递给 **Integer.**`tobinarystring()` 时,类型将自动转换为 **int**
553+
使用整型数值类型时,显示其二进制形式会很有用。在 Long 型和 Integer 型中这很容易实现,调用其静态的 `toBinaryString()` 方法即可。 但是请注意,若将较小的类型传递给 **Integer.**`toBinaryString()` 时,类型将自动转换为 **int**
554554

555555
<!-- Underscores in Literals -->
556556
### 下划线

0 commit comments

Comments
 (0)