Skip to content

Commit

Permalink
Fix translation for "also show up"
Browse files Browse the repository at this point in the history
  • Loading branch information
ko-noguchi committed Feb 13, 2019
1 parent 23fcaa9 commit c183325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/javascript/number.md
Expand Up @@ -114,7 +114,7 @@ console.log(Number.MAX_VALUE + 10**1000); // Infinity
console.log(-Number.MAX_VALUE - 10**1000); // -Infinity
```

もちろん、これらの無限大値も、それを必要とする算術演算で現れます
もちろん、これらの無限大値は、それを必要とする算術演算でも現れます

```js
console.log( 1 / 0); // Infinity
Expand Down

0 comments on commit c183325

Please sign in to comment.