Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 21413cb

Browse files
authored
Update 04-Operators.md (#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‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /