diff --git a/src/lib/es2015.core.d.ts b/src/lib/es2015.core.d.ts index 93b103bd8b83e..8f8162b0da0b2 100644 --- a/src/lib/es2015.core.d.ts +++ b/src/lib/es2015.core.d.ts @@ -94,7 +94,7 @@ interface Math { imul(x: number, y: number): number; /** - * Returns the sign of the x, indicating whether x is positive, negative or zero. + * Returns the sign of x, indicating whether x is positive, negative, or zero. * @param x The numeric expression to test */ sign(x: number): number;