Skip to content

Commit

Permalink
fix type spec
Browse files Browse the repository at this point in the history
  • Loading branch information
woylie committed Jul 17, 2023
1 parent 79c8fd5 commit c36d081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/flop/adapter.ex
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ defmodule Flop.Adapter do
This callback will be removed as soon as a better solution is found or made
possible.
"""
@callback custom_func_builder(opts) :: Macro.t() when opts: keyword
@callback custom_func_builder(opts) :: any when opts: keyword
end

0 comments on commit c36d081

Please sign in to comment.