Skip to content

Commit d44628f

Browse files
authored
Update README.md
1 parent d29c993 commit d44628f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Typed distributed messaging for Gleam on the BEAM.
1212
## What this is
1313

1414
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`
15+
the node boundary, everything crosses the wire as raw terms. `distribute`
1616
puts binary codecs in front of `:global` and `Subject` so the compiler can
1717
catch mismatches before messages leave the process.
1818

0 commit comments

Comments
 (0)