diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2020-06-28 20:20:04 +0200 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2020-06-28 20:20:04 +0200 |
commit | c687a6fda58b16521256ec691eb4c07def06b27d (patch) | |
tree | a4fcd60dcbea60d2c666ce12d6c48e5f438468f8 /lib/Web | |
parent | 08a76730e4df83c6f1f8abdb3c5c7d267e4b3b52 (diff) | |
download | openweathermap-c687a6fda58b16521256ec691eb4c07def06b27d.tar.gz |
Typo
Diffstat (limited to 'lib/Web')
-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. |