From 4adc453c61a4b14ae555fd8162e2b1a70b3f477c Mon Sep 17 00:00:00 2001 From: wildsky Date: Thu, 18 Mar 2021 16:14:16 +0800 Subject: correct source code from rtl to ltr for zh-tw --- files/zh-tw/web/api/element/classlist/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/zh-tw/web/api/element/classlist/index.html b/files/zh-tw/web/api/element/classlist/index.html index afa5b7c862..5a78d9aaa9 100644 --- a/files/zh-tw/web/api/element/classlist/index.html +++ b/files/zh-tw/web/api/element/classlist/index.html @@ -34,7 +34,7 @@ translation_of: Web/API/Element/classList

範例

-
// div is an object reference to a <div> element with class="foo bar"
+
// div is an object reference to a <div> element with class="foo bar"
 div.classList.remove("foo");
 div.classList.add("anotherclass");
 
-- 
cgit v1.2.3-54-g00ecf