aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/operators/bitwise_or
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/javascript/reference/operators/bitwise_or')
-rw-r--r--files/zh-cn/web/javascript/reference/operators/bitwise_or/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/zh-cn/web/javascript/reference/operators/bitwise_or/index.html b/files/zh-cn/web/javascript/reference/operators/bitwise_or/index.html
index 2f83d5d956..5c5810d152 100644
--- a/files/zh-cn/web/javascript/reference/operators/bitwise_or/index.html
+++ b/files/zh-cn/web/javascript/reference/operators/bitwise_or/index.html
@@ -30,9 +30,9 @@ After: 10100000000000000110000000000001</pre>
<table class="standard-table">
<thead>
<tr>
- <th class="header" scope="col">a</th>
- <th class="header" scope="col">b</th>
- <th class="header" scope="col">a OR b</th>
+ <th scope="col">a</th>
+ <th scope="col">b</th>
+ <th scope="col">a OR b</th>
</tr>
</thead>
<tbody>