diff --git a/staticmaps/tile_provider.go b/staticmaps/tile_provider.go index e0b0a6c..847db01 100644 --- a/staticmaps/tile_provider.go +++ b/staticmaps/tile_provider.go @@ -46,7 +46,7 @@ func NewTileProviderThunderforestLandscape() *TileProvider { return newTileProviderThunderforest("landscape") } -// NewTileProviderThunderforestOutdoorscreates a TileProvider struct for thundeforests's 'outdoors' tile service +// NewTileProviderThunderforestOutdoors creates a TileProvider struct for thundeforests's 'outdoors' tile service func NewTileProviderThunderforestOutdoors() *TileProvider { return newTileProviderThunderforest("outdoors") }