Skip to content

Commit 9aeaa61

Browse files
author
José Valim
committed
Make it clear new child specs are not supported, closes #6407
1 parent 28ee5bf commit 9aeaa61

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/elixir/lib/supervisor/spec.ex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
defmodule Supervisor.Spec do
22
@moduledoc """
3-
NOTE: The functions in this module are deprecated. Please see
4-
`Supervisor` instead.
3+
NOTE: The functions in this module are deprecated and they do not
4+
work with the module-based child specs introduced in Elixir v1.5.
5+
Please see the `Supervisor` documentation instead.
56
67
Convenience functions for defining supervisor specifications.
78

0 commit comments

Comments
 (0)