From e2560c5a49e13c405c61d259cfc84085ce5a23bc Mon Sep 17 00:00:00 2001 From: Yegor Yefremov Date: Tue, 29 Oct 2019 09:52:04 +0100 Subject: [PATCH] README.md: fix typo s/deciminal/decimal --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1d4b25..f4dd9e9 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ to either fixed-point or floating-point format: The compound type ``struct minmea_float`` uses ``int_least32_t`` internally. Therefore, the coordinate precision is guaranteed to be at least ``[+-]DDDMM.MMMMM`` (five decimal digits) -or ±2cm LSB at the equator. Note that GPS modules commonly only provide four deciminal digits +or ±2cm LSB at the equator. Note that GPS modules commonly only provide four decimal digits (``[+-]DDDMM.MMMM``), which equates to ±20cm (0.0001 minute is 0.0001/60 degrees and one degree is about 111km) at the equator.