From c687a6fda58b16521256ec691eb4c07def06b27d Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sun, 28 Jun 2020 20:20:04 +0200 Subject: Typo --- lib/Web/OpenWeatherMap/Types/Location.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3