We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7d58a3 commit 602815dCopy full SHA for 602815d
1 file changed
lib/ecto/adapters/sql/connection.ex
@@ -19,7 +19,7 @@ defmodule Ecto.Adapters.SQL.Connection do
19
Receives options and returns `DBConnection` supervisor child
20
specification.
21
"""
22
- @callback child_spec(options :: Keyword.t) :: {module, Keyword.t}
+ @callback child_spec(options :: Keyword.t) :: :supervisor.child_spec() | {module, Keyword.t}
23
24
@doc """
25
Prepares and executes the given query with `DBConnection`.
0 commit comments