aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/javascript/typed_arrays/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/javascript/typed_arrays/index.html')
-rw-r--r--files/ja/web/javascript/typed_arrays/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/javascript/typed_arrays/index.html b/files/ja/web/javascript/typed_arrays/index.html
index dd6819be56..405641b9b3 100644
--- a/files/ja/web/javascript/typed_arrays/index.html
+++ b/files/ja/web/javascript/typed_arrays/index.html
@@ -225,7 +225,7 @@ let amountDueView = new Float32Array(buffer, 20, 1);</pre>
<p>例えば、合計金額には <code>amountDueView[0]</code> でアクセスできます。</p>
-<div class="note"><strong>注記:</strong> C 構造体における<a href="http://en.wikipedia.org/wiki/Data_structure_alignment" title="http://en.wikipedia.org/wiki/Data_structure_alignment">データ構造の配置</a>は機種依存です。これらのデータ埋め込みの違いに注意および配慮してください。</div>
+<div class="note"><strong>注記:</strong> C 構造体における<a href="http://en.wikipedia.org/wiki/Data_structure_alignment">データ構造の配置</a>は機種依存です。これらのデータ埋め込みの違いに注意および配慮してください。</div>
<h3 id="Conversion_to_normal_arrays" name="Conversion_to_normal_arrays">通常の配列に転換する</h3>