Skip to content

Commit f96dbd1

Browse files
committed
Fix #2837: remove (y, x) from the comment
1 parent 60afbc1 commit f96dbd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/core.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ interface Math {
546546
*/
547547
atan(x: number): number;
548548
/**
549-
* Returns the angle (in radians) from the X axis to a point (y,x).
549+
* Returns the angle (in radians) from the X axis to a point.
550550
* @param y A numeric expression representing the cartesian y-coordinate.
551551
* @param x A numeric expression representing the cartesian x-coordinate.
552552
*/

0 commit comments

Comments
 (0)