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

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmota committed Mar 7, 2018
1 parent 53d5c04 commit 153d71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type GlobalMarketData struct {

// CoinGraph struct
type CoinGraph struct {
MarketCapByAvailableAupply [][]float64 `json:"market_cap_by_available_supply"`
MarketCapByAvailableSupply [][]float64 `json:"market_cap_by_available_supply"`
PriceBTC [][]float64 `json:"price_btc"`
PriceUSD [][]float64 `json:"price_usd"`
VolumeUSD [][]float64 `json:"volume_usd"`
Expand Down

0 comments on commit 153d71e

Please sign in to comment.