Skip to content

Commit

Permalink
Merge pull request #7864 from ivanov/pi/typos-in-alt_dist
Browse files Browse the repository at this point in the history
typo fixes in alt_dist.xml
  • Loading branch information
garazdawi authored Nov 15, 2023
2 parents 7dae72f + aef35a8 commit 0f1e509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions erts/doc/src/alt_dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
<marker id="distribution_module"/>
<title>Distribution Module</title>
<p>
The distribution module expose an API that <c>net_kernel</c> call
The distribution module exposes an API that <c>net_kernel</c> calls
in order to manage connections to other nodes. The module name
should have the suffix <c>_dist</c>.
</p>
Expand Down Expand Up @@ -1152,7 +1152,7 @@
callbacks although it has marked itself as busy. This has always been a
requirement on drivers used by the distribution, but no capability
information has been available about this previously. For more
information. see <seecref marker="erl_driver#set_busy_port">
information, see <seecref marker="erl_driver#set_busy_port">
<c>erl_driver:set_busy_port()</c></seecref>).</p>

<p>This driver was written before the runtime system had SMP support.
Expand Down

0 comments on commit 0f1e509

Please sign in to comment.