Skip to content

Commit

Permalink
add missing space, see #43
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisklus committed Nov 2, 2018
1 parent 5d8b8bb commit 43dd32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/model/Quadratic.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43dd32b

Please sign in to comment.