diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/webassembly/table/index.html')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/webassembly/table/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/webassembly/table/index.html b/files/zh-cn/web/javascript/reference/global_objects/webassembly/table/index.html index 5e1b468f38..ff779c45fb 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/webassembly/table/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/webassembly/table/index.html @@ -10,7 +10,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/WebAssembly/Table <p>这是一个包装了WebAssemble Table 的Javascript包装对象,具有类数组结构,存储了多个函数引用。在Javascript或者WebAssemble中创建Table 对象可以同时被Javascript或WebAssemble 访问和更改。</p> <div class="note"> -<p><strong>Note</strong>: Tables 对象目前只能存储函数引用,不过在将来可能会被扩展。</p> +<p><strong>备注:</strong>: Tables 对象目前只能存储函数引用,不过在将来可能会被扩展。</p> </div> <h2 id="语法">语法</h2> |