From de2c2e186bd28d9462eda3cc4e63fdb89623e087 Mon Sep 17 00:00:00 2001 From: an-777 <121708493+Dr-XYZ@users.noreply.github.com> Date: Thu, 19 Dec 2024 21:33:41 +0800 Subject: [PATCH] fix --- .../web/javascript/reference/global_objects/math/asinh/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/zh-tw/web/javascript/reference/global_objects/math/asinh/index.md b/files/zh-tw/web/javascript/reference/global_objects/math/asinh/index.md index 2a4078a9915756..3f96749f2625e2 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/math/asinh/index.md +++ b/files/zh-tw/web/javascript/reference/global_objects/math/asinh/index.md @@ -57,7 +57,7 @@ Math.asinh(Infinity); // Infinity ## 參見 -- [在 `core-js` 中的 `Math.asinh` polyfill](https://github.com/zloirock/core-js#ecmascript-math) +- [`core-js` 中 `Math.asinh` 的 polyfill](https://github.com/zloirock/core-js#ecmascript-math) - {{jsxref("Math.acosh()")}} - {{jsxref("Math.atanh()")}} - {{jsxref("Math.cosh()")}}