Skip to content

Commit

Permalink
Correct default time unit that is being used by Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
boggle committed Sep 16, 2016
1 parent 1c08676 commit 48febaa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ public Long apply( String value )
@Override
public String toString()
{
return "a duration (valid units are `" + DURATION_UNITS.replace( ", ", "`, `" ) + "`; default unit is `ms`)";
return "a duration (valid units are `" + DURATION_UNITS.replace( ", ", "`, `" ) + "`; default unit is `s`)";
}
};

Expand Down

0 comments on commit 48febaa

Please sign in to comment.