File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments