aboutsummaryrefslogtreecommitdiffstats
path: root/system/doc/reference_manual
diff options
context:
space:
mode:
authorBruce Yinhe <[email protected]>2014-07-02 12:05:12 +0200
committerBruce Yinhe <[email protected]>2014-07-02 12:05:12 +0200
commitedb87a6bb98186cf1a674ff7c468304920a78926 (patch)
tree834142da82d5356e31a64e3902eab5fce3855795 /system/doc/reference_manual
parent3edf161fa05cb1b16d8d3f98c6666d9b71293535 (diff)
parent98c5cdbe60b6d743ad461b651a586c6f3a502ba9 (diff)
downloadotp-edb87a6bb98186cf1a674ff7c468304920a78926.tar.gz
otp-edb87a6bb98186cf1a674ff7c468304920a78926.tar.bz2
otp-edb87a6bb98186cf1a674ff7c468304920a78926.zip
Merge branch 'maint'
Diffstat (limited to 'system/doc/reference_manual')
-rw-r--r--system/doc/reference_manual/processes.xml4
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>