Skip to content

Commit bb48219

Browse files
committed
Fix parameter descriptions
1 parent 1dcdd35 commit bb48219

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/math/base/special/atan2/lib

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/math/base/special/atan2/lib/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ var PI = require( '@stdlib/constants/math/float64-pi' );
9191
* \end{align*}
9292
* ```
9393
*
94-
* @param {number} y - `x` coordinate
95-
* @param {number} x - `y` coordinate
94+
* @param {number} y - `y` coordinate
95+
* @param {number} x - `x` coordinate
9696
* @returns {number} angle (in radians)
9797
*
9898
* @example

0 commit comments

Comments
 (0)