Skip to content

Commit

Permalink
Fixes binance-exchange#59 Typo in CandlestickInterval enum.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopsilva committed Jan 29, 2018
1 parent 7a82a8c commit e68d438
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public enum CandlestickInterval {
HALF_HOURLY("30m"),
HOURLY("1h"),
TWO_HOURLY("2h"),
FOUR_HORLY("4h"),
FOUR_HOURLY("4h"),
SIX_HOURLY("6h"),
EIGHT_HOURLY("8h"),
TWELVE_HOURLY("12h"),
Expand Down

0 comments on commit e68d438

Please sign in to comment.