aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide/embedded.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/guide/embedded.asciidoc')
-rw-r--r--doc/src/guide/embedded.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/guide/embedded.asciidoc b/doc/src/guide/embedded.asciidoc
index 593a807..55c018b 100644
--- a/doc/src/guide/embedded.asciidoc
+++ b/doc/src/guide/embedded.asciidoc
@@ -17,7 +17,7 @@ regardless of the number of listeners you will use. Then you need to
add the child specs for each listener.
Ranch has a convenience function for getting the listeners child specs
-called `ranch:child_spec/6`, that works like `ranch:start_listener/6`,
+called `ranch:child_spec/5`, that works like `ranch:start_listener/5`,
except that it doesn't start anything, it only returns child specs.
As for `ranch_sup`, the child spec is simple enough to not require a