Merge pull request #2891 from Microsoft/libCommentChange

Fix #2837: remove (y, x) from the comment
This commit is contained in:
Mohamed Hegazy 2015-04-23 09:55:24 -07:00
commit ee6263d476

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.
*/