Skip to content

Commit cdeaaf4

Browse files
committed
docs: Replace "vat" with "worker" in documentation
1 parent 075d166 commit cdeaaf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/guides/js-programming/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ the sections below.
1515
</ClientOnly>
1616
:::
1717

18-
## Vats: the Unit of Synchrony
18+
## Workers: the Unit of Synchrony
1919

2020
The Agoric framework uses the same [event loop concurrency model](https://developer.mozilla.org/en-US/docs/Web/JavaScript/EventLoop) as web browsers and Node.js.
2121
Each event loop has a message queue, a call stack of frames, and a heap of objects:

0 commit comments

Comments
 (0)