Skip to content

Commit e4b3db5

Browse files
committed
fix: 「Math」のまとめの接続表現を修正
1 parent ea42edb commit e4b3db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/basic/math/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ console.log(Math.trunc(-1.3)); // => -1
113113
## まとめ {#conclusion}
114114

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

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

0 commit comments

Comments
 (0)