From 6b1e8d12a2c530cb84536b12047f48f171add68d Mon Sep 17 00:00:00 2001 From: pixelzoom Date: Tue, 28 Jun 2022 16:47:23 -0600 Subject: [PATCH] add REVIEW comments, #41 --- js/intro/view/PredictMeanNode.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/intro/view/PredictMeanNode.ts b/js/intro/view/PredictMeanNode.ts index aadb3c27..8af1cc91 100644 --- a/js/intro/view/PredictMeanNode.ts +++ b/js/intro/view/PredictMeanNode.ts @@ -1,6 +1,6 @@ // Copyright 2022, University of Colorado Boulder -//REVIEW Nothing about the name of this class tells me that it's a line. +//REVIEW Nothing about the name of this class tells me that it's a line. And in fact it's a slider! Change to PredictMeanSlider? /** * Representation for the draggable predict mean line *