File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ puts binary codecs in front of `:global` and `Subject` so the compiler can
1717catch mismatches before messages leave the process.
1818
1919"Typed" here means checked at encode/decode boundaries. There is no shared
20- type system across nodes — the BEAM doesn't work that way.
20+ type system across nodes. The BEAM doesn't work that way.
2121
2222## Install
2323
@@ -117,7 +117,7 @@ the fields together.
117117
118118| Module | Does |
119119| --------| ------|
120- | ` distribute ` | Facade — start node, connect, send, lookup |
120+ | ` distribute ` | Facade: start node, connect, send, lookup |
121121| ` distribute/actor ` | Named actors, supervision, pools |
122122| ` distribute/cluster ` | ` net_kernel ` start/connect/ping |
123123| ` distribute/codec ` | Binary codecs for primitives + ` subject() ` |
You can’t perform that action at this time.
0 commit comments