Skip to content

Commit f2dcc4a

Browse files
DarrenWongpopomore
authored andcommitted
docs: fixed typo (#41)
1 parent d7dbb2f commit f2dcc4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# IPC
22

3-
Suppose we want to cache a remote data source in memroy, we implement three different ways to update cache.
3+
Suppose we want to cache a remote data source in memory, we implement three different ways to update cache.
44

55
1. Force all workers update memory cache from remote with a long interval.
66
2. Check remote source if it is changed, and then update cache. Check action can be more frequently if the source don't change everytime.

0 commit comments

Comments
 (0)