aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2020-06-28 20:20:04 +0200
committerIgor Pashev <pashev.igor@gmail.com>2020-06-28 20:20:04 +0200
commitc687a6fda58b16521256ec691eb4c07def06b27d (patch)
treea4fcd60dcbea60d2c666ce12d6c48e5f438468f8
parent08a76730e4df83c6f1f8abdb3c5c7d267e4b3b52 (diff)
downloadopenweathermap-c687a6fda58b16521256ec691eb4c07def06b27d.tar.gz
Typo
-rw-r--r--lib/Web/OpenWeatherMap/Types/Location.hs2
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.