Skip to content

Commit

Permalink
Fix: typo in custom key
Browse files Browse the repository at this point in the history
  • Loading branch information
papey committed Jun 2, 2021
1 parent 1b7f06f commit e810ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/blindtest/blindtest.ex
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ defmodule BlindTest do
else: {:error, {"value #{v} is not an integer value >= #{@min_duration}"}}
end

atom in [:error_treshold] ->
atom in [:error_threshold] ->
case Integer.parse(v, 10) do
:error ->
{:error, "value #{v} for key #{k} is invalid (not an integer)"}
Expand Down

0 comments on commit e810ff4

Please sign in to comment.