aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/doc
diff options
context:
space:
mode:
authorZandra Hird <[email protected]>2015-03-18 13:11:41 +0100
committerZandra Hird <[email protected]>2015-03-18 13:11:41 +0100
commitf6e280b426c38f6b6559934753b34b614c399710 (patch)
tree0fe94b41c87fec1f7c3594f8763a519ff8933898 /lib/stdlib/doc
parent6d6968683af1b6fbe030dbcdd7d114404f6ae7a4 (diff)
parent6b61df94b7f6eaef0b5c3fec3499ebf84bd1847c (diff)
downloadotp-f6e280b426c38f6b6559934753b34b614c399710.tar.gz
otp-f6e280b426c38f6b6559934753b34b614c399710.tar.bz2
otp-f6e280b426c38f6b6559934753b34b614c399710.zip
Merge branch 'maint'
Diffstat (limited to 'lib/stdlib/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 f27a974242..9a0ff85038 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