spelling: precise

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:27:11 -05:00
parent e3602b52fc
commit 815e361d75

View file

@ -62,7 +62,7 @@ message MeasurementSet {
}
enum Type { /// types of measurement samples we can take. minor changes to SI units to encode efficiently
UnknownEvent = 0; /// Protocol Buffers uses the first enum as the default
TimeMS = 1; /// more percise time, in milliseconds
TimeMS = 1; /// more precise time, in milliseconds
VMC = 2; /// Vector Magnitude Counts. Rough measure of total activity. Unitless
Steps = 3; /// Accumulated steps. Unitless
DistanceCM = 4; /// Distance traveled. In centimeters