From 11fd3472088a13a09ebaba9d7fa8b7cc535fc2db Mon Sep 17 00:00:00 2001 From: flopp Date: Sun, 21 Feb 2016 14:34:29 +0100 Subject: [PATCH] fixed docs --- staticmaps/tile_provider.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") }