diff options
Diffstat (limited to 'files/zh-cn/web/api/domparser/index.html')
-rw-r--r-- | files/zh-cn/web/api/domparser/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/domparser/index.html b/files/zh-cn/web/api/domparser/index.html index 6185aa0581..c60486cfc8 100644 --- a/files/zh-cn/web/api/domparser/index.html +++ b/files/zh-cn/web/api/domparser/index.html @@ -24,7 +24,7 @@ translation_of: Web/API/DOMParser <h2 id="语法">语法</h2> -<pre class="brush: js">let <em>domparser </em>= new DOMParser();</pre> +<pre class="brush: js">let <em>domparser</em> = new DOMParser();</pre> <h2 class="brush: js" id="方法">方法</h2> |