Skip to content

Commit 5f96a9b

Browse files
author
José Valim
committed
Improve docs for DynamicSupervisor.count_children, closes #7656
Signed-off-by: José Valim <[email protected]>
1 parent 762b5c0 commit 5f96a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/dynamic_supervisor.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ defmodule DynamicSupervisor do
408408
409409
The map contains the following keys:
410410
411-
* `:specs` - always 1 as dynamic supervisors have a single specification
411+
* `:specs` - the number of children processes
412412
413413
* `:active` - the count of all actively running child processes managed by
414414
this supervisor

0 commit comments

Comments
 (0)