aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWasif Malik <[email protected]>2015-02-21 22:22:33 +0100
committerWasif Malik <[email protected]>2015-02-21 22:23:46 +0100
commitf342f277ff0573d06be083d50e6e5fa2d57263a9 (patch)
treeae3cb822d33362de815408c47a1aa3a9acb5e3b4
parentc4d29412b5e9c33f8301e28588e867171d35dd42 (diff)
downloadotp-f342f277ff0573d06be083d50e6e5fa2d57263a9.tar.gz
otp-f342f277ff0573d06be083d50e6e5fa2d57263a9.tar.bz2
otp-f342f277ff0573d06be083d50e6e5fa2d57263a9.zip
Fix proc_lib doc
-rw-r--r--lib/stdlib/doc/src/proc_lib.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/proc_lib.xml b/lib/stdlib/doc/src/proc_lib.xml
index 5bf5744622..b0bad9d27b 100644
--- a/lib/stdlib/doc/src/proc_lib.xml
+++ b/lib/stdlib/doc/src/proc_lib.xml
@@ -173,7 +173,7 @@
<name name="init_ack" arity="2"/>
<fsummary>Used by a process when it has started.</fsummary>
<desc>
- <p>This function must used by a process that has been started by
+ <p>This function must be used by a process that has been started by
a <seealso marker="#start/3">start[_link]/3,4,5</seealso>
function. It tells <c><anno>Parent</anno></c> that the process has
initialized itself, has started, or has failed to initialize