From 470a76d85491a431778165d66f266b7d263eaf4f Mon Sep 17 00:00:00 2001 From: Ryan Tolboom <39609678+rxt1077@users.noreply.github.com> Date: Fri, 21 Oct 2022 12:14:46 -0400 Subject: [PATCH] Update mesh.proto Fixed typo in comments --- mesh.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh.proto b/mesh.proto index b997cc2..80aced8 100644 --- a/mesh.proto +++ b/mesh.proto @@ -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;