From 9fa024203c4017782deae7d5764cb774961e7882 Mon Sep 17 00:00:00 2001 From: Kisaragi <48310258+KisaragiEffective@users.noreply.github.com> Date: Mon, 31 May 2021 13:35:54 +0900 Subject: fix a reference to non-existent article (#930) --- .../ja/web/javascript/reference/global_objects/bigint64array/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ja') diff --git a/files/ja/web/javascript/reference/global_objects/bigint64array/index.html b/files/ja/web/javascript/reference/global_objects/bigint64array/index.html index 996b5f09ac..db7a3ac87f 100644 --- a/files/ja/web/javascript/reference/global_objects/bigint64array/index.html +++ b/files/ja/web/javascript/reference/global_objects/bigint64array/index.html @@ -59,7 +59,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/BigInt64Array
{{jsxref("TypedArray.copyWithin", "BigInt64Array.prototype.copyWithin()")}}
配列内の配列要素のシーケンスをコピーします。{{jsxref("Array.prototype.copyWithin()")}} も参照してください。
{{jsxref("TypedArray.entries", "BigInt64Array.prototype.entries()")}}
-
配列の各インデックスのキーと値のペアを含む、新しい Array Iterator オブジェクトを返します。{{jsxref("Array.prototype.entry()")}} も参照してください。
+
配列の各インデックスのキーと値のペアを含む、新しい Array Iterator オブジェクトを返します。{{jsxref("Array.prototype.entries()")}} も参照してください。
{{jsxref("TypedArray.every", "BigInt64Array.prototype.every()")}}
配列のすべての要素が、関数で指定されたテストに合格するかどうかをテストします。{{jsxref("Array.prototype.every()")}} も参照してください。
{{jsxref("TypedArray.fill", "BigInt64Array.prototype.fill()")}}
-- cgit v1.2.3-54-g00ecf