Skip to content

Commit 7c93ea1

Browse files
author
Kyle Maune
committed
Update convertKPHMPH.js
1 parent 5080f58 commit 7c93ea1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

convertKPHMPH.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// kph to mph
2-
// splashinn
32

43
function convert(speed) {
54
return speed/1.609344;

0 commit comments

Comments
 (0)