Skip to content

Commit ee6263d

Browse files
committed
Merge pull request #2891 from Microsoft/libCommentChange
Fix #2837: remove (y, x) from the comment
2 parents 60afbc1 + f96dbd1 commit ee6263d

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)