Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
See #156
  • Loading branch information
Saurabh Totey authored and Saurabh Totey committed Sep 1, 2019
1 parent f000b15 commit 7fe266a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/curve-fitting/view/ResidualsNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ define( require => {
}
};

// unlink and removeListener necessary: present for the lifetime of the simulation
// unlink and removeListener unnecessary: present for the lifetime of the simulation
residualsVisibleProperty.link( updateResiduals );
curve.orderProperty.link( updateResiduals );
curve.updateCurveEmitter.addListener( updateResiduals );
Expand Down

0 comments on commit 7fe266a

Please sign in to comment.