We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28ee5bf commit 9aeaa61Copy full SHA for 9aeaa61
lib/elixir/lib/supervisor/spec.ex
@@ -1,7 +1,8 @@
1
defmodule Supervisor.Spec do
2
@moduledoc """
3
- NOTE: The functions in this module are deprecated. Please see
4
- `Supervisor` instead.
+ NOTE: The functions in this module are deprecated and they do not
+ work with the module-based child specs introduced in Elixir v1.5.
5
+ Please see the `Supervisor` documentation instead.
6
7
Convenience functions for defining supervisor specifications.
8
0 commit comments