aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web/javascript/closures
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-tw/web/javascript/closures')
-rw-r--r--files/zh-tw/web/javascript/closures/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-tw/web/javascript/closures/index.html b/files/zh-tw/web/javascript/closures/index.html
index f9ed8c84f7..fbac2c5b07 100644
--- a/files/zh-tw/web/javascript/closures/index.html
+++ b/files/zh-tw/web/javascript/closures/index.html
@@ -5,7 +5,7 @@ translation_of: Web/JavaScript/Closures
---
<div>{{jsSidebar("Intermediate")}}</div>
-<p class="summary">閉包(Closure)是函式以及該函式被宣告時所在的作用域環境(lexical environment)的組合。</p>
+<p>閉包(Closure)是函式以及該函式被宣告時所在的作用域環境(lexical environment)的組合。</p>
<h2 id="語法作用域(Lexical_scoping)">語法作用域(Lexical scoping)</h2>