Skip to content

Commit 8755ad4

Browse files
docs: improve Math.sign JSDoc grammar and clarity
1 parent 55423ab commit 8755ad4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/es2015.core.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ interface Math {
9494
imul(x: number, y: number): number;
9595

9696
/**
97-
* Returns the sign of the x, indicating whether x is positive, negative or zero.
97+
* Returns the sign of x, indicating whether x is positive, negative, or zero.
9898
* @param x The numeric expression to test
9999
*/
100100
sign(x: number): number;

0 commit comments

Comments
 (0)