Skip to content

Commit 1ad8f22

Browse files
authored
Merge pull request crossoverJie#66 from wanyinsheng/patch-5
Update MemoryAllocation.md
2 parents 1efea9e + 288fe29 commit 1ad8f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MD/MemoryAllocation.md

+1-1
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)