@@ -251,14 +251,18 @@ Intl.DisplayNames.prototype.resolvedOptions = function() {};
251
251
* @constructor
252
252
* @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/PluralRules#Syntax
253
253
* @param {string|Array<string>= } locales
254
- * @param {{localeMatcher: (string|undefined), type: (string|undefined),
255
- * minimumIntegerDigits: (number|undefined),
256
- * minimumFractionDigits: (number|undefined),
257
- * maximumFractionDigits: (number|undefined),
258
- * minimumSignificantDigits: (number|undefined),
259
- * maximumSignificantDigits: (number|undefined),
260
- * roundingMode: (string|undefined)}= }
261
- * options
254
+ * @param {{
255
+ * localeMatcher: (string|undefined), type: (string|undefined),
256
+ * minimumIntegerDigits: (number|undefined),
257
+ * minimumFractionDigits: (number|undefined),
258
+ * maximumFractionDigits: (number|undefined),
259
+ * minimumSignificantDigits: (number|undefined),
260
+ * maximumSignificantDigits: (number|undefined),
261
+ * roundingMode: (string|undefined),
262
+ * roundingIncrement: (number|undefined),
263
+ * roundingPriority: (string|undefined),
264
+ * trailingZeroDisplay: (string|undefined),
265
+ * }= } options
262
266
*/
263
267
Intl . PluralRules = function ( locales , options ) { } ;
264
268
0 commit comments