Skip to content

Commit

Permalink
fix: 「Math」のまとめの接続表現を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
morinokami committed Feb 23, 2023
1 parent ea42edb commit e4b3db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/basic/math/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ console.log(Math.trunc(-1.3)); // => -1
## まとめ {#conclusion}

この章では、`Math`オブジェクトについて学びました。
紹介したメソッドは`Math`オブジェクトの一部にすぎないため、そのほかにもメソッドが用意されています。
紹介したメソッドは`Math`オブジェクトの一部にすぎず、そのほかにもメソッドが用意されています。

- `Math`は数学的な定数や関数を提供するビルトインオブジェクト
- `Math`はコンストラクタではないためインスタンス化できない
Expand Down

0 comments on commit e4b3db5

Please sign in to comment.