Skip to content

Commit ff5dbcf

Browse files
authored
Fix a typo in the JSDoc of Math.trunc(…) (#63020)
1 parent 7f6a846 commit ff5dbcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/es2015.core.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ interface Math {
173173
hypot(...values: number[]): number;
174174

175175
/**
176-
* Returns the integral part of the a numeric expression, x, removing any fractional digits.
176+
* Returns the integral part of the numeric expression x, removing any fractional digits.
177177
* If x is already an integer, the result is x.
178178
* @param x A numeric expression.
179179
*/

0 commit comments

Comments
 (0)