From 7b479a2dbb8940bf0ee28cd4b3e0297119add344 Mon Sep 17 00:00:00 2001 From: Qqwy/Wiebe-Marten Wijnja Date: Mon, 27 May 2019 11:47:45 +0200 Subject: [PATCH] Improves module documentation of DynamicSupervisor Fixes #9075 --- lib/elixir/lib/dynamic_supervisor.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/elixir/lib/dynamic_supervisor.ex b/lib/elixir/lib/dynamic_supervisor.ex index 5e892363748..b2206b4063a 100644 --- a/lib/elixir/lib/dynamic_supervisor.ex +++ b/lib/elixir/lib/dynamic_supervisor.ex @@ -58,7 +58,7 @@ defmodule DynamicSupervisor do end See the `Supervisor` docs for a discussion of when you may want to use - module-based supervisors. The `@doc` annotation immediately preceding + module-based supervisors. A `@doc` annotation immediately preceding `use DynamicSupervisor` will be attached to the generated `child_spec/1` function.