From 83570822f5c5b15b24b7f1df5c386f63ac638e2f Mon Sep 17 00:00:00 2001 From: Mark Karpov Date: Mon, 10 Feb 2025 18:30:43 +0100 Subject: [PATCH] Fix an example in the Haddock for `readGroundPosition` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I now realize that I made a mistake by adding “E” which should have been “W” to be in line with other examples. --- src/Geodetics/Geodetic.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Geodetics/Geodetic.hs b/src/Geodetics/Geodetic.hs index 4b3815b..d317e1a 100644 --- a/src/Geodetics/Geodetic.hs +++ b/src/Geodetics/Geodetic.hs @@ -80,7 +80,7 @@ instance (Ellipsoid e) => Show (Geodetic e) where -- -- * Decimal degrees NSEW: 34.52327N, 46.23234W -- --- * Degrees and decimal minutes (units optional): 34° 31.43' N, 46° 13.92' E +-- * Degrees and decimal minutes (units optional): 34° 31.43' N, 46° 13.92' W -- -- * Degrees, minutes and seconds (units optional): 34° 31' 23.52\" N, 46° 13' 56.43\" W --