From e5cc1f0a2996dc672a285e0959b7a59768c5569a Mon Sep 17 00:00:00 2001 From: Chris Malley Date: Mon, 4 Feb 2019 18:33:43 -0700 Subject: [PATCH] format --- js/linegame/view/ChallengeNode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/linegame/view/ChallengeNode.js b/js/linegame/view/ChallengeNode.js index dbdc99f4..f079147c 100644 --- a/js/linegame/view/ChallengeNode.js +++ b/js/linegame/view/ChallengeNode.js @@ -229,7 +229,7 @@ define( function( require ) { /** * Creates a non-interactive equation, used to label the specified line. * @param {Property.} lineProperty - * @param {EquationForm} equationForm + * @param {EquationForm} equationForm * @param {Object} [options] - see EquationNode * @public * @static