diff options
author | Wasif Malik <[email protected]> | 2014-06-29 20:33:57 +0200 |
---|---|---|
committer | Wasif Malik <[email protected]> | 2014-06-29 20:38:04 +0200 |
commit | 1fb0b70f0f1726605e5bd56845520294448ec52a (patch) | |
tree | 274cc06ff83f2b87c970b86638212c2b3f7bc35b | |
parent | 461dc05384eece7b4b7d84370fb0a2cf96ed2f6d (diff) | |
download | otp-1fb0b70f0f1726605e5bd56845520294448ec52a.tar.gz otp-1fb0b70f0f1726605e5bd56845520294448ec52a.tar.bz2 otp-1fb0b70f0f1726605e5bd56845520294448ec52a.zip |
rephrase sentence in process links doc
-rw-r--r-- | system/doc/reference_manual/processes.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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() <p>Two processes can be <em>linked</em> to each other. A link between two processes <c>Pid1</c> and <c>Pid2</c> is created by <c>Pid1</c> calling the BIF <c>link(Pid2)</c> (or vice versa). - There also exists a number a <c>spawn_link</c> BIFs, which spawns - and links to a process in one operation.</p> + There also exist a number of <c>spawn_link</c> BIFs, which spawn + and link to a process in one operation.</p> <p>Links are bidirectional and there can only be one link between two processes. Repeated calls to <c>link(Pid)</c> have no effect.</p> <p>A link can be removed by calling the BIF <c>unlink(Pid)</c>.</p> |