From aef01d114353684eb9678b4cab9c13ca1a9faa99 Mon Sep 17 00:00:00 2001 From: jbphet Date: Thu, 25 Apr 2024 09:48:13 -0600 Subject: [PATCH] add initial working version of beam animation, see https://github.com/phetsims/mean-share-and-balance/issues/164 --- js/Utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/Utils.js b/js/Utils.js index 5e95b5f..fddaa50 100644 --- a/js/Utils.js +++ b/js/Utils.js @@ -182,7 +182,7 @@ const Utils = { }, /** - * Intersection point between the lines defined by the line segments p1-2 and p3-p4. If the + * Intersection point between the lines defined by the line segments p1-p2 and p3-p4. If the * lines are not properly defined, null is returned. If there are no intersections or infinitely many, * e.g. parallel lines, null is returned. * @public