Skip to content

Commit ecda408

Browse files
Qqwyfertapric
authored andcommitted
Improves module documentation of DynamicSupervisor (#9080)
Fixes #9075
1 parent 7d0b2a2 commit ecda408

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
@@ -58,7 +58,7 @@ defmodule DynamicSupervisor do
5858
end
5959
6060
See the `Supervisor` docs for a discussion of when you may want to use
61-
module-based supervisors. The `@doc` annotation immediately preceding
61+
module-based supervisors. A `@doc` annotation immediately preceding
6262
`use DynamicSupervisor` will be attached to the generated `child_spec/1`
6363
function.
6464

0 commit comments

Comments
 (0)