From b5fcc652262e5ddce446768efb27abecd350506f Mon Sep 17 00:00:00 2001 From: Rickard Green Date: Tue, 16 Mar 2021 19:09:26 +0100 Subject: Language fixes in documentation Co-authored-by: Paulo F. Oliveira --- system/doc/reference_manual/processes.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'system') 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() Links

Two processes can be linked 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 link/1 BIF @@ -133,8 +133,8 @@ spawn(Module, Name, Args) -> pid() spawn_link(), spawn_opt(), or spawn_request(). - 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.

If one of the participants of a link terminates, it will @@ -404,4 +404,3 @@ erase(Key) erase() - -- cgit v1.2.1