Skip to content

Commit

Permalink
Fix an example in the Haddock for readGroundPosition
Browse files Browse the repository at this point in the history
I now realize that I made a mistake by adding “E” which should have been “W”
to be in line with other examples.
  • Loading branch information
mrkkrp committed Feb 10, 2025
1 parent d13627f commit 8357082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Geodetics/Geodetic.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
--
Expand Down

0 comments on commit 8357082

Please sign in to comment.