Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bradb authored and lpil committed May 31, 2024
1 parent c5190f1 commit b2962d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</p>
<p>
You should try to implement functions for all targets, but this isn't always
possible due to incompatibilities in how IO and concurreny works in Erlang and
possible due to incompatibilities in how IO and concurrency works in Erlang and
JavaScript. With Erlang concurrent IO is handled transparently by the runtime,
while in JavaScript concurrent IO requires the use of promises or callbacks.
If your code uses the Erlang style it is typically not possible to implement
Expand Down

0 comments on commit b2962d9

Please sign in to comment.