diff options
Diffstat (limited to 'lib/Web/OpenWeatherMap')
-rw-r--r-- | lib/Web/OpenWeatherMap/Types/Location.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Web/OpenWeatherMap/Types/Location.hs b/lib/Web/OpenWeatherMap/Types/Location.hs index 72712ed..759d292 100644 --- a/lib/Web/OpenWeatherMap/Types/Location.hs +++ b/lib/Web/OpenWeatherMap/Types/Location.hs @@ -16,7 +16,7 @@ import Servant.Client (Client, HasClient, clientWithRoute, hoistClientMonad) import Servant.Client.Core.Request (appendToQueryString) import Web.HttpApiData (toQueryParam) --- | Various way to specify location. +-- | Various ways to specify location. data Location = Name String -- ^ City name. | Coord Double Double -- ^ Geographic coordinates: latitude and longitude. |