We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d917d commit 597bb01Copy full SHA for 597bb01
src/guide/migration.md
@@ -1035,7 +1035,7 @@ function pluralizeKnife (count) {
1035
'$' + price.toFixed(2)
1036
```
1037
1038
-大多数情况下,仍然会有奇怪的现象(比如 `0.035.toFixed(2)` 向上取舍得到 `0.4`,但是 `0.045` 向下取舍却也得到 `0.4`)。解决这些问题可以使用 [`accounting`](http://openexchangerates.github.io/accounting.js/) 库来实现更多可靠的货币格式化。
+大多数情况下,仍然会有奇怪的现象(比如 `0.035.toFixed(2)` 向上取舍得到 `0.4`,但是 `0.045` 向下取舍却也得到 `0.04`)。解决这些问题可以使用 [`accounting`](http://openexchangerates.github.io/accounting.js/) 库来实现更多可靠的货币格式化。
1039
1040
{% raw %}
1041
<div class="upgrade-path">
0 commit comments