Skip to content

Commit

Permalink
Funny how dialyzer on Erlang 18 finds type errors newer ones don't
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Oct 29, 2017
1 parent f67ae08 commit 5785f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/benchee/formatters/console.ex
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ defmodule Benchee.Formatters.Console do
```
"""
@spec format_scenarios([Scenario.t], map) :: [any, ...]
@spec format_scenarios([Scenario.t], map) :: [String.t, ...]
def format_scenarios(scenarios, config) do
sorted_scenarios = Statistics.sort(scenarios)
%{unit_scaling: scaling_strategy} = config
Expand Down

0 comments on commit 5785f8b

Please sign in to comment.