mirror of
https://github.com/heyman/heynote.git
synced 2024-11-21 15:33:14 +01:00
Fix language
This commit is contained in:
parent
b368810ecc
commit
302ed1a0b8
@ -92,7 +92,7 @@ _format = format # store reference to the built in format
|
||||
format(x) = _format(x, {notation:"exponential"})
|
||||
```
|
||||
|
||||
You can also do something like this to show the number with your default locale or providing a [custom one](https://www.w3.org/International/articles/language-tags/):
|
||||
You can also do something like this to show the number with your default locale or provide a [custom one](https://www.w3.org/International/articles/language-tags/):
|
||||
|
||||
```
|
||||
format(x) = x.toLocaleString();
|
||||
|
Loading…
Reference in New Issue
Block a user