Skip to content

Commit ecc92ec

Browse files
committed
Merge branch 'ingela/stdlib/sup-doc'
* ingela/stdlib/sup-doc: stdlib: Fix since reference
2 parents 7b439dd + 5aa1432 commit ecc92ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/stdlib/src/supervisor.erl

+1
Original file line numberDiff line numberDiff line change
@@ -765,6 +765,7 @@ The following information is given for each child specification/process:
765765
which_children(Supervisor) ->
766766
call(Supervisor, which_children).
767767

768+
-doc(#{since => <<"OTP @OTP-19345@">>}).
768769
-doc """
769770
Returns information about the child specification and child process identified
770771
by the given `Id`.

0 commit comments

Comments
 (0)