summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorRickard Green <rickard@erlang.org>2021-03-16 19:09:26 +0100
committerRickard Green <rickard@erlang.org>2021-03-16 19:36:40 +0100
commitb5fcc652262e5ddce446768efb27abecd350506f (patch)
treebc1cc906989a2d6026c0a9d38a8f77bd5dbc0fa6 /system
parentdfa0ee7cef6930aa0b60896292d1b9387e457657 (diff)
downloaderlang-b5fcc652262e5ddce446768efb27abecd350506f.tar.gz
Language fixes in documentation
Co-authored-by: Paulo F. Oliveira <paulo.ferraz.oliveira@gmail.com>
Diffstat (limited to 'system')
-rw-r--r--system/doc/reference_manual/processes.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/system/doc/reference_manual/processes.xml b/system/doc/reference_manual/processes.xml
index 53f13969e3..597258b9fd 100644
--- a/system/doc/reference_manual/processes.xml
+++ b/system/doc/reference_manual/processes.xml
@@ -124,7 +124,7 @@ spawn(Module, Name, Args) -> pid()
<title>Links</title>
<p>
Two processes can be <em>linked</em> to each other. Also a
- process and a port that resides on the same node can be linked
+ process and a port that reside on the same node can be linked
to each other. A link beteen two processes can be created
if one of them calls the
<seemfa marker="erts:erlang#link/1"><c>link/1</c></seemfa> BIF
@@ -133,8 +133,8 @@ spawn(Module, Name, Args) -> pid()
<seemfa marker="erts:erlang#spawn_link/4"><c>spawn_link()</c></seemfa>,
<seemfa marker="erts:erlang#spawn_opt/5"><c>spawn_opt()</c></seemfa>, or
<seemfa marker="erts:erlang#spawn_request/5"><c>spawn_request()</c></seemfa>.
- The spawn operation and the link operation will in these cases
- be performed atomically.
+ The spawn operation and the link operation will
+ be performed atomically, in these cases.
</p>
<p>
If one of the participants of a link terminates, it will
@@ -404,4 +404,3 @@ erase(Key)
erase()</pre>
</section>
</chapter>
-