Skip to content

Commit

Permalink
Merge branch 'ingela/stdlib/sup-doc'
Browse files Browse the repository at this point in the history
* ingela/stdlib/sup-doc:
  stdlib: Fix since reference
  • Loading branch information
IngelaAndin committed Feb 11, 2025
2 parents 7b439dd + 5aa1432 commit ecc92ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/stdlib/src/supervisor.erl
Original file line number Diff line number Diff line change
Expand Up @@ -765,6 +765,7 @@ The following information is given for each child specification/process:
which_children(Supervisor) ->
call(Supervisor, which_children).

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

0 comments on commit ecc92ec

Please sign in to comment.