Skip to content

Commit 21413cb

Browse files
authored
Update 04-Operators.md (lingcoder#638)
“内存溢出”通常指“堆栈溢出”,算术导致的溢出通常会用“数据溢出”或者“算术溢出”。
1 parent 91c862c commit 21413cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/04-Operators.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1436,7 +1436,7 @@ public class AllOps {
14361436

14371437
```java
14381438
// operators/Overflow.java
1439-
// 厉害了!内存溢出
1439+
// 厉害了!数据溢出了!
14401440
public class Overflow {
14411441
public static void main(String[] args) {
14421442
int big = Integer.MAX_VALUE;

0 commit comments

Comments
 (0)