Skip to content

Commit

Permalink
Change word in @internationalized/number readme (#6321)
Browse files Browse the repository at this point in the history
Great set of tools. Thank you

Arab: person, ethno-linguistic category
Arabic: language

Co-authored-by: omar <omaraziz.dev@proton.me>
  • Loading branch information
yihuiliao and o-az committed May 2, 2024
1 parent c81c946 commit 4864fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@internationalized/number/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ parser.isValidPartialNumber('10 x'); // -> false
import {NumberParser} from '@internationalized/number';

let parser = new NumberParser('en-US', {style: 'decimal'});
parser.getNumberingSystem('١٢') // -> 'arab'
parser.getNumberingSystem('١٢') // -> 'arabic'
```

## NumberFormatter
Expand Down

1 comment on commit 4864fab

@rspbot
Copy link

@rspbot rspbot commented on 4864fab May 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.