minor grammar fix
This commit is contained in:
parent
291b5c05b9
commit
e424ad23e5
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ There are two ways to do so:
|
|||
alert( num.toFixed(1) ); // "12.4"
|
||||
```
|
||||
|
||||
Please note that result of `toFixed` is a string. If the decimal part is shorter than required, zeroes are appended to the end:
|
||||
Please note that the result of `toFixed` is a string. If the decimal part is shorter than required, zeroes are appended to the end:
|
||||
|
||||
```js run
|
||||
let num = 12.34;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue