Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
Fixes #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 e3df9d7 commit 1564ffe
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 1564ffe

Please sign in to comment.