Skip to content

Commit

Permalink
[DAT-1021] Fix typo in protos docu (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
hb0 authored Mar 1, 2022
1 parent c196525 commit 80c1fd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/proto/de/cyface/protos/model/measurement.proto
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ message Accelerations {

/*
* Acceleration value of one axis in mm/s^2, in the offset/diff format. E.g.:
* Absolute numbers: -9, 359, -4_820 => Offset-format: -9, +359, -5_179
* Absolute numbers: -9, 359, -4_820 => Offset-format: -9, +368, -5_179
*
* The offset/diff format encodes the data more efficiently, as the `varint` encoding is used.
*
Expand All @@ -357,7 +357,7 @@ message Accelerations {
repeated sint32 x = 2;
/*
* Acceleration value of one axis in mm/s^2, in the offset/diff format. E.g.:
* Absolute numbers: -9, 359, -4_820 => Offset-format: -9, +359, -5_179
* Absolute numbers: -9, 359, -4_820 => Offset-format: -9, +368, -5_179
*
* The offset/diff format encodes the data more efficiently, as the `varint` encoding is used.
*
Expand All @@ -370,7 +370,7 @@ message Accelerations {
repeated sint32 y = 3;
/*
* Acceleration value of one axis in mm/s^2, in the offset/diff format. E.g.:
* Absolute numbers: -9, 359, -4_820 => Offset-format: -9, +359, -5_179
* Absolute numbers: -9, 359, -4_820 => Offset-format: -9, +368, -5_179
*
* The offset/diff format encodes the data more efficiently, as the `varint` encoding is used.
*
Expand Down

0 comments on commit 80c1fd7

Please sign in to comment.