diff options
author | Kisaragi <48310258+KisaragiEffective@users.noreply.github.com> | 2021-05-31 13:35:54 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-31 13:35:54 +0900 |
commit | 9fa024203c4017782deae7d5764cb774961e7882 (patch) | |
tree | 0365852455d5eed65a90e96529932c1ef204dfbe /files | |
parent | 3e80473ed0b9d356ea1dd93ec6e2bbfd2acec2da (diff) | |
download | translated-content-9fa024203c4017782deae7d5764cb774961e7882.tar.gz translated-content-9fa024203c4017782deae7d5764cb774961e7882.tar.bz2 translated-content-9fa024203c4017782deae7d5764cb774961e7882.zip |
fix a reference to non-existent article (#930)
Diffstat (limited to 'files')
-rw-r--r-- | files/ja/web/javascript/reference/global_objects/bigint64array/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 <dt>{{jsxref("TypedArray.copyWithin", "BigInt64Array.prototype.copyWithin()")}}</dt> <dd>配列内の配列要素のシーケンスをコピーします。{{jsxref("Array.prototype.copyWithin()")}} も参照してください。</dd> <dt>{{jsxref("TypedArray.entries", "BigInt64Array.prototype.entries()")}}</dt> - <dd>配列の各インデックスのキーと値のペアを含む、新しい <code>Array Iterator</code> オブジェクトを返します。{{jsxref("Array.prototype.entry()")}} も参照してください。</dd> + <dd>配列の各インデックスのキーと値のペアを含む、新しい <code>Array Iterator</code> オブジェクトを返します。{{jsxref("Array.prototype.entries()")}} も参照してください。</dd> <dt>{{jsxref("TypedArray.every", "BigInt64Array.prototype.every()")}}</dt> <dd>配列のすべての要素が、関数で指定されたテストに合格するかどうかをテストします。{{jsxref("Array.prototype.every()")}} も参照してください。</dd> <dt>{{jsxref("TypedArray.fill", "BigInt64Array.prototype.fill()")}}</dt> |