@@ -237,10 +237,10 @@ function curves(p5, fn){
237237 * between them.
238238 *
239239 *@method bezierPoint
240- *@param {Number } a coordinate of firstcontrol point.
241- *@param {Number } b coordinate of firstanchor point.
242- *@param {Number } c coordinate of secondanchor point.
243- *@param {Number } d coordinate of secondcontrol point.
240+ *@param {Number } a coordinate of firstanchor point.
241+ *@param {Number } b coordinate of firstcontrol point.
242+ *@param {Number } c coordinate of secondcontrol point.
243+ *@param {Number } d coordinate of secondanchor point.
244244 *@param {Number } t amount to interpolate between 0 and 1.
245245 *@return {Number } coordinate of the point on the curve.
246246 *
@@ -684,10 +684,10 @@ function curves(p5, fn){
684684 * between them.
685685 *
686686 *@method splinePoint
687- *@param {Number } a coordinate of firstanchor point.
688- *@param {Number } b coordinate of firstcontrol point.
689- *@param {Number } c coordinate of secondcontrol point.
690- *@param {Number } d coordinate of secondanchor point.
687+ *@param {Number } a coordinate of firstcontrol point.
688+ *@param {Number } b coordinate of firstanchor point.
689+ *@param {Number } c coordinate of secondanchor point.
690+ *@param {Number } d coordinate of secondcontrol point.
691691 *@param {Number } t amount to interpolate between 0 and 1.
692692 *@return {Number } coordinate of a point on the curve.
693693 *