aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorheddi.nabbisen <nabbisen@scqr.net>2021-04-01 15:26:54 +0900
committerGitHub <noreply@github.com>2021-04-01 15:26:54 +0900
commit553bd66a999e9bc1efd14afa16401ce9df670056 (patch)
tree4024085296c8faf6d7e1e8594b3ce84416e0f13e /files
parent507ad4b86adf1c7c8f78d61f1e58cb9b054c12f3 (diff)
downloadtranslated-content-553bd66a999e9bc1efd14afa16401ce9df670056.tar.gz
translated-content-553bd66a999e9bc1efd14afa16401ce9df670056.tar.bz2
translated-content-553bd66a999e9bc1efd14afa16401ce9df670056.zip
modify translation ( #260 ) (#259)
* modify translation * don't modify wrong id attr (another issue)
Diffstat (limited to 'files')
-rw-r--r--files/ja/webassembly/loading_and_running/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/webassembly/loading_and_running/index.html b/files/ja/webassembly/loading_and_running/index.html
index 4950607fc2..7b629a86fc 100644
--- a/files/ja/webassembly/loading_and_running/index.html
+++ b/files/ja/webassembly/loading_and_running/index.html
@@ -13,7 +13,7 @@ translation_of: WebAssembly/Loading_and_running
<p class="summary">JavaScript で WebAssembly を使用するには、まずコンパイル/インスタンス化の前にモジュールをメモリにプルする必要があります。この記事では、WebAssembly バイトコードをフェッチするために使用できるさまざまなメカニズムのリファレンスと、それをコンパイル/インスタンス化して実行する方法について説明します。</p>
-<h2 id="何が問題なの">何が問題なの?</h2>
+<h2 id="何が問題なの">どんな方法があるの?</h2>
<p>WebAssemblyは <code>&lt;script type='module'&gt;</code> または ES2015 の  <code>import</code> 文とまだ統合されていないため、インポートを使用してブラウザでモジュールをフェッチする組み込みの方法はありません。</p>