diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/operators/bitwise_not/index.html')
-rw-r--r-- | files/zh-cn/web/javascript/reference/operators/bitwise_not/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/javascript/reference/operators/bitwise_not/index.html b/files/zh-cn/web/javascript/reference/operators/bitwise_not/index.html index 46ffd369dd..8cd674a8cb 100644 --- a/files/zh-cn/web/javascript/reference/operators/bitwise_not/index.html +++ b/files/zh-cn/web/javascript/reference/operators/bitwise_not/index.html @@ -38,8 +38,8 @@ After: 10100000000000000110000000000001</pre> <table class="standard-table"> <thead> <tr> - <th class="header" scope="col">a</th> - <th class="header" scope="col">NOT a</th> + <th scope="col">a</th> + <th scope="col">NOT a</th> </tr> </thead> <tbody> |