summaryrefslogtreecommitdiff
path: root/lib/stdlib/doc/src/supervisor.xml
diff options
context:
space:
mode:
authorRaj Shah <32351151+rnshah9@users.noreply.github.com>2020-10-18 17:02:38 -0700
committerGitHub <noreply@github.com>2020-10-18 17:02:38 -0700
commit2d72a098e70facac6c02c15d797a7a5104007bfb (patch)
tree738b993f5438b8909e35ded22322a15bb4ab2fc1 /lib/stdlib/doc/src/supervisor.xml
parentbdb8263a68a8c1853da3d090832a633c3b216e3d (diff)
downloaderlang-2d72a098e70facac6c02c15d797a7a5104007bfb.tar.gz
Typo fix in supervisor.xml
Diffstat (limited to 'lib/stdlib/doc/src/supervisor.xml')
-rw-r--r--lib/stdlib/doc/src/supervisor.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/supervisor.xml b/lib/stdlib/doc/src/supervisor.xml
index 3ce5094e43..6a44219084 100644
--- a/lib/stdlib/doc/src/supervisor.xml
+++ b/lib/stdlib/doc/src/supervisor.xml
@@ -641,7 +641,7 @@ child_spec() = #{id => child_id(), % mandatory
specifications and child processes belonging to
supervisor <c><anno>SupRef</anno></c>.</p>
<p>Notice that calling this function when supervising many
- childrens under low memory conditions can cause an
+ children under low memory conditions can cause an
out of memory exception.</p>
<p>For a description of <c><anno>SupRef</anno></c>, see
<seeerl marker="#SupRef"><c>start_child/2</c></seeerl>.</p>