Skip to content

Commit bbc7091

Browse files
authored
Rename currencyDisplay values
1 parent d0c37eb commit bbc7091

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/registry.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -434,9 +434,9 @@ The following options and their values are required to be available on the funct
434434
- `standard` (default)
435435
- `currencyDisplay` (this option's values are derived from those in ICU [NumberFormatter.UnitWidth](https://unicode-org.github.io/icu-docs/apidoc/released/icu4j/com/ibm/icu/number/NumberFormatter.UnitWidth.html))
436436
- `narrow`
437-
- `short` (default)
438-
- `full`
439-
- `iso`
437+
- `symbol` (default)
438+
- `name`
439+
- `code`
440440
- `formal`
441441
- `variant`
442442
- `none` (this is called `hidden` in ICU)

0 commit comments

Comments
 (0)