We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Math.trunc(…)
1 parent 7f6a846 commit 7de0087Copy full SHA for 7de0087
src/lib/es2015.core.d.ts
@@ -173,7 +173,7 @@ interface Math {
173
hypot(...values: number[]): number;
174
175
/**
176
- * 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.
177
* If x is already an integer, the result is x.
178
* @param x A numeric expression.
179
*/
0 commit comments