From 1fb0b70f0f1726605e5bd56845520294448ec52a Mon Sep 17 00:00:00 2001
From: Wasif Malik
Date: Sun, 29 Jun 2014 20:33:57 +0200
Subject: rephrase sentence in process links doc
---
system/doc/reference_manual/processes.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'system/doc/reference_manual')
diff --git a/system/doc/reference_manual/processes.xml b/system/doc/reference_manual/processes.xml
index 20bab1eb48..95ae0672ec 100644
--- a/system/doc/reference_manual/processes.xml
+++ b/system/doc/reference_manual/processes.xml
@@ -114,8 +114,8 @@ spawn(Module, Name, Args) -> pid()
Two processes can be linked to each other. A link
between two processes Pid1 and Pid2 is created
by Pid1 calling the BIF link(Pid2) (or vice versa).
- There also exists a number a spawn_link BIFs, which spawns
- and links to a process in one operation.
+ There also exist a number of spawn_link BIFs, which spawn
+ and link to a process in one operation.
Links are bidirectional and there can only be one link between
two processes. Repeated calls to link(Pid) have no effect.
A link can be removed by calling the BIF unlink(Pid).
--
cgit v1.2.3