diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/operators/bitwise_and/index.html')
| -rw-r--r-- | files/zh-cn/web/javascript/reference/operators/bitwise_and/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/zh-cn/web/javascript/reference/operators/bitwise_and/index.html b/files/zh-cn/web/javascript/reference/operators/bitwise_and/index.html index 017d0d464c..28489e61a3 100644 --- a/files/zh-cn/web/javascript/reference/operators/bitwise_and/index.html +++ b/files/zh-cn/web/javascript/reference/operators/bitwise_and/index.html @@ -31,9 +31,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 AND b</th> + <th scope="col">a</th> + <th scope="col">b</th> + <th scope="col">a AND b</th> </tr> </thead> <tbody> |
