diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/intl/numberformat')
| -rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/intl/numberformat/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/intl/numberformat/index.html b/files/zh-cn/web/javascript/reference/global_objects/intl/numberformat/index.html index 51520c2b83..5e49aa512d 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/intl/numberformat/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/intl/numberformat/index.html @@ -186,7 +186,7 @@ console.log(new Intl.NumberFormat('en-IN', { maximumSignificantDigits: 3 }).form </pre> -<h3 id="Using_notation">Using <font face="consolas, Liberation Mono, courier, monospace">notation</font></h3> +<h3 id="Using_notation">Using <code>notation</code></h3> <pre><code>console.log(new Intl.NumberFormat('en-US', { notation: "scientific" }).format(987654321)); // → 9.877E8 |
