Skip to content

Commit

Permalink
Fix various spec errors, according to Gradualizer
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankBro committed Oct 21, 2020
1 parent 126e7ae commit e0da1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metal.erl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

%% public
-spec start_link(module(), atom(), term()) ->
{ok, pid()}.
{ok, pid()} | {error, term()}.

start_link(Module, Name, State) ->
proc_lib:start_link(?MODULE, init, [Module, Name, self(), State]).
Expand Down

0 comments on commit e0da1b2

Please sign in to comment.