diff --git a/js/common/model/GeometricOpticsRuler.ts b/js/common/model/GeometricOpticsRuler.ts index 326bad86..271732ac 100644 --- a/js/common/model/GeometricOpticsRuler.ts +++ b/js/common/model/GeometricOpticsRuler.ts @@ -59,7 +59,7 @@ class GeometricOpticsRuler { } /** - * Sets the length of the ruler based on zoomScale. + * Scales the length of the ruler based on zoomScale. * @param zoomScale */ public scaleLength( zoomScale: number ): void {