From 315f14a8134c63e299b2d261600b7448d0651e72 Mon Sep 17 00:00:00 2001 From: Urban Wallasch Date: Tue, 30 Jul 2019 18:27:33 +0200 Subject: [PATCH] * Trivial fix in comment. --- dash.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dash.html b/dash.html index bfd04b8..3d3d0d1 100644 --- a/dash.html +++ b/dash.html @@ -198,7 +198,7 @@ function warn(elem, lvl) { } // We try to deduce the correct forward gear number to display from -// the number of gears available. This likely just plain nonsense! +// the number of gears available. This is likely just plain nonsense! function dgear(x, f, m) { if ( x > 0 ) return ( m ? '' : 'A' ) + ( f==14 ? ( x<3 ? 'C'+x : x-2 ) : x ); -- 2.30.2