diff --git a/src/lib/es2015.core.d.ts b/src/lib/es2015.core.d.ts index d3b487d7a52c1..93b103bd8b83e 100644 --- a/src/lib/es2015.core.d.ts +++ b/src/lib/es2015.core.d.ts @@ -173,7 +173,7 @@ interface Math { hypot(...values: number[]): number; /** - * Returns the integral part of the a numeric expression, x, removing any fractional digits. + * Returns the integral part of the numeric expression x, removing any fractional digits. * If x is already an integer, the result is x. * @param x A numeric expression. */