Skip to content

Commit 4dc86bd

Browse files
authored
Update design.md
1 parent fa59433 commit 4dc86bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/design.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ flowchart TD
7676

7777
## Node Design
7878

79-
### Shared Memory
79+
### Shared Store
8080

8181
> Notes for AI: Try to minimize data redundancy
8282
83-
The shared memory structure is organized as follows:
83+
The shared Store structure is organized as follows:
8484

8585
```python
8686
shared = {

0 commit comments

Comments
 (0)