diff options
Diffstat (limited to 'files/zh-tw/web/javascript/reference/global_objects/array/some/index.html')
-rw-r--r-- | files/zh-tw/web/javascript/reference/global_objects/array/some/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-tw/web/javascript/reference/global_objects/array/some/index.html b/files/zh-tw/web/javascript/reference/global_objects/array/some/index.html index 7dd0fbdf34..4f6207b9a7 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/array/some/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/array/some/index.html @@ -16,8 +16,8 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Array/some <div>{{EmbedInteractiveExample("pages/js/array-some.html")}}</div> -<div class="note"> -<p><strong>注意</strong>:如果輸入空陣列的話,這個方法會回傳 <code>false</code>。</p> +<div class="notecard note"> +<p><strong>備註:</strong>如果輸入空陣列的話,這個方法會回傳 <code>false</code>。</p> </div> |