From: Urban Wallasch Date: Tue, 30 Jul 2019 16:27:33 +0000 (+0200) Subject: * Trivial fix in comment. X-Git-Tag: v0.1.0~50 X-Git-Url: https://git.packet-gain.de/?a=commitdiff_plain;h=315f14a8134c63e299b2d261600b7448d0651e72;p=ets2_tele.git * Trivial fix in comment. --- 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 );