Fix #2837: remove (y, x) from the comment

This commit is contained in:
Mohamed Hegazy 2015-04-23 09:37:20 -07:00
parent 60afbc1334
commit f96dbd151c

2
src/lib/core.d.ts vendored
View File

@ -546,7 +546,7 @@ interface Math {
*/
atan(x: number): number;
/**
* Returns the angle (in radians) from the X axis to a point (y,x).
* Returns the angle (in radians) from the X axis to a point.
* @param y A numeric expression representing the cartesian y-coordinate.
* @param x A numeric expression representing the cartesian x-coordinate.
*/