diff options
author | goofansu <[email protected]> | 2013-07-11 16:33:27 +0800 |
---|---|---|
committer | goofansu <[email protected]> | 2013-07-11 16:33:27 +0800 |
commit | 0fdb5a9cc8ed44aed9851627bbe3faff1b199570 (patch) | |
tree | 7a287b3cf4d0ada55114ebd1972422f42c7343bb /lib/stdlib/doc | |
parent | 903f7be44820731dd0f9989024c72ead07e90e81 (diff) | |
download | otp-0fdb5a9cc8ed44aed9851627bbe3faff1b199570.tar.gz otp-0fdb5a9cc8ed44aed9851627bbe3faff1b199570.tar.bz2 otp-0fdb5a9cc8ed44aed9851627bbe3faff1b199570.zip |
Fix supervisor typo
`I` should be `If`
Diffstat (limited to 'lib/stdlib/doc')
-rw-r--r-- | lib/stdlib/doc/src/supervisor.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/supervisor.xml b/lib/stdlib/doc/src/supervisor.xml index ed09f6e1f2..e2c9c14e6a 100644 --- a/lib/stdlib/doc/src/supervisor.xml +++ b/lib/stdlib/doc/src/supervisor.xml @@ -371,7 +371,7 @@ child_spec() = {Id,StartFunc,Restart,Shutdown,Type,Modules} children.</p> <p>If the supervisor is <c>simple_one_for_one</c>, <c><anno>Id</anno></c> - must be the child process' <c>pid()</c>. I the specified + must be the child process' <c>pid()</c>. If the specified process is alive, but is not a child of the given supervisor, the function will return <c>{error,not_found}</c>. If the child specification |