Update mesh.proto

Fixed typo in comments
pull/218/head
Ryan Tolboom 2022-10-21 12:14:46 -04:00 zatwierdzone przez GitHub
rodzic d0559bfa3c
commit 470a76d854
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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;