README.md: fix typo
s/deciminal/decimal
This commit is contained in:
parent
4da3f38acc
commit
e2560c5a49
@ -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 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)
|
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
|
(``[+-]DDDMM.MMMM``), which equates to ±20cm (0.0001 minute is 0.0001/60 degrees and one degree
|
||||||
is about 111km) at the equator.
|
is about 111km) at the equator.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user