Skip to content

Commit 9bd4097

Browse files
aphillipseemeli
andauthored
Update exploration/number-selection.md
Co-authored-by: Eemeli Aro <[email protected]>
1 parent dfcaa10 commit 9bd4097

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exploration/number-selection.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -365,12 +365,12 @@ but can cause problems in target locales that the original developer is not cons
365365
### Percent Style
366366
367367
When implementing `style=percent`, the numeric value of the operand
368-
MUST be divided by 100 for the purposes of formatting.
368+
MUST be multiplied by 100 for the purposes of formatting.
369369
370370
> For example,
371371
> ```
372-
> .local $percent = {1000 :integer style=percent}
373-
> {{This formats as '10%' in the en-US locale: {$percent}}}
372+
> .local $percent = {1 :integer style=percent}
373+
> {{This formats as '100%' in the en-US locale: {$percent}}}
374374
> ```
375375
376376
### Selection

0 commit comments

Comments
 (0)