File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ pub const GRID_ROWS: usize = 5;
48
48
// Minimum length of a code that can be shortened.
49
49
pub const MIN_TRIMMABLE_CODE_LEN : usize = 6 ;
50
50
51
- // What to multiple latitude degrees by to get an integer value. There are three pairs representing
51
+ // What to multiply latitude degrees by to get an integer value. There are three pairs representing
52
52
// decimal digits, and five digits in the grid.
53
53
pub const LAT_INTEGER_MULTIPLIER : i64 = ( ENCODING_BASE
54
54
* ENCODING_BASE
@@ -59,7 +59,7 @@ pub const LAT_INTEGER_MULTIPLIER: i64 = (ENCODING_BASE
59
59
* GRID_ROWS
60
60
* GRID_ROWS ) as i64 ;
61
61
62
- // What to multiple longitude degrees by to get an integer value. There are three pairs representing
62
+ // What to multiply longitude degrees by to get an integer value. There are three pairs representing
63
63
// decimal digits, and five digits in the grid.
64
64
pub const LNG_INTEGER_MULTIPLIER : i64 = ( ENCODING_BASE
65
65
* ENCODING_BASE
You can’t perform that action at this time.
0 commit comments