We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d29c993 commit d44628fCopy full SHA for d44628f
README.md
@@ -12,7 +12,7 @@ Typed distributed messaging for Gleam on the BEAM.
12
## What this is
13
14
Erlang already gives you distribution, but from Gleam you lose type info at
15
-the node boundary — everything crosses the wire as raw terms. `distribute`
+the node boundary, everything crosses the wire as raw terms. `distribute`
16
puts binary codecs in front of `:global` and `Subject` so the compiler can
17
catch mismatches before messages leave the process.
18
0 commit comments