From 74189798d3f90d8fb30a4a8210c59285eda63692 Mon Sep 17 00:00:00 2001 From: pixelzoom Date: Tue, 7 Dec 2021 13:28:32 -0700 Subject: [PATCH] doc --- js/common/model/GeometricOpticsRuler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {