Skip to content

Commit 288fe29

Browse files
authored
Update MemoryAllocation.md
1 parent c31de47 commit 288fe29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MD/MemoryAllocation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
## 虚拟机栈
13-
虚拟机栈是有一个一个的栈帧组成,栈帧是在每一个方法调用时产生的。
13+
虚拟机栈由一个一个的栈帧组成,栈帧是在每一个方法调用时产生的。
1414

1515
每一个栈帧由`局部变量区``操作数栈`等组成。每创建一个栈帧压栈,当一个方法执行完毕之后则出栈。
1616

0 commit comments

Comments
 (0)