Update mesh.proto

Fixed typo in comments
This commit is contained in:
Ryan Tolboom 2022-10-21 12:14:46 -04:00 committed by GitHub
parent d0559bfa3c
commit 470a76d854
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ option java_outer_classname = "MeshProtos";
*/
message Position {
/*
* The new preferred location encoding, divide by 1e-7 to get degrees
* The new preferred location encoding, multiply by 1e-7 to get degrees
* in floating point
*/
sfixed32 latitude_i = 1;