Skip to content

Commit

Permalink
Update files/en-us/web/javascript/reference/global_objects/intl/numbe…
Browse files Browse the repository at this point in the history
…rformat/resolvedoptions/index.md

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ben-allen and github-actions[bot] authored Sep 26, 2024
1 parent aef7d4d commit 20f748d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The resulting object has the following properties:
- : The numbering system.
This is the value provided in the [`options.numberingSystem`](/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat#numberingsystem) argument of the constructor, if present, or the value set using the Unicode extension key [`nu`](/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat#nu), or filled in as a default.
- `style`
- : This is the value provided in the [`options.style`](/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat#style) argument of the constructor, if present, or filled in as a default.
- : This is the value provided in the [`options.style`](/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat#style) argument of the constructor, if present, or filled in as a default.
- `currency`
- : The currency to use in currency formatting.
The value is defined if `style` is `"currency"`, and is otherwise `undefined`.
Expand Down

0 comments on commit 20f748d

Please sign in to comment.