Skip to content

Commit 03549c5

Browse files
authored
Fix es2020.intl.d.ts formatting
1 parent f350b52 commit 03549c5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/lib/es2020.intl.d.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,15 +153,15 @@ declare namespace Intl {
153153
format(value: number, unit: RelativeTimeFormatUnit): string;
154154

155155
/**
156-
* Returns an array of objects representing the relative time format in parts that can be used for custom locale-aware formatting.
156+
* Returns an array of objects representing the relative time format in parts that can be used for custom locale-aware formatting.
157157
*
158-
* @param value - Numeric value to use in the internationalized relative time message
158+
* @param value - Numeric value to use in the internationalized relative time message
159159
*
160-
* @param unit - [Unit](https://tc39.es/ecma402/#sec-singularrelativetimeunit) to use in the relative time internationalized message.
160+
* @param unit - [Unit](https://tc39.es/ecma402/#sec-singularrelativetimeunit) to use in the relative time internationalized message.
161161
*
162-
* @throws `RangeError` if `unit` was given something other than `unit` possible values
162+
* @throws `RangeError` if `unit` was given something other than `unit` possible values
163163
*
164-
* [MDN](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl/RelativeTimeFormat/formatToParts).
164+
* [MDN](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl/RelativeTimeFormat/formatToParts).
165165
*/
166166
formatToParts(value: number, unit: RelativeTimeFormatUnit): RelativeTimeFormatPart[];
167167

0 commit comments

Comments
 (0)