Skip to content

Commit

Permalink
Fix callback spec
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed May 5, 2019
1 parent dd88ed6 commit 1a5e0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ecto/adapters/sql/connection.ex
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,5 @@ defmodule Ecto.Adapters.SQL.Connection do
@doc """
Returns a queryable to check if the given `table` exists.
"""
@callback table_exists_query(table :: String.t) :: Ecto.Query.t
@callback table_exists_query(table :: String.t) :: {iodata, [term]}
end

0 comments on commit 1a5e0a9

Please sign in to comment.