From 43dd32be79ce0f40eba3c00eea0330a124beacd1 Mon Sep 17 00:00:00 2001 From: chrisklus Date: Fri, 2 Nov 2018 12:08:28 -0600 Subject: [PATCH] add missing space, see https://github.com/phetsims/graphing-quadratics/issues/43 --- js/common/model/Quadratic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/common/model/Quadratic.js b/js/common/model/Quadratic.js index a8f5c398..70b2e3c9 100644 --- a/js/common/model/Quadratic.js +++ b/js/common/model/Quadratic.js @@ -31,7 +31,7 @@ define( require => { class Quadratic { /** - * Constructor parameters are coefficients of the standard form equation: y = ax^2 + bx +c + * Constructor parameters are coefficients of the standard form equation: y = ax^2 + bx + c * @param {number} a * @param {number} b * @param {number} c