Skip to content

Commit

Permalink
Update files/zh-cn/web/javascript/event_loop/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: A1lo <[email protected]>
  • Loading branch information
familyboat and yin1999 authored Oct 26, 2024
1 parent bf78a40 commit f8f925c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/zh-cn/web/javascript/event_loop/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ JavaScript 有一个基于**事件循环**的运行时模型,事件循环负

###

函数调用形成了一个由若干帧组成的栈
函数调用形成了一个由若干**堆叠而成的栈

```js
function foo(b) {
Expand Down

0 comments on commit f8f925c

Please sign in to comment.