Skip to content

Commit aed8070

Browse files
authored
Merge pull request #2750 from Jiapan-Yu/master
not a right comparison
2 parents 51be747 + 4397c7f commit aed8070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/1-document/09-size-and-scroll/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ function isHidden(elem) {
116116
}
117117
```
118118
119-
Please note that such `isHidden` returns `true` for elements that are on-screen, but have zero sizes (like an empty `<div>`).
119+
Please note that such `isHidden` returns `true` for elements that are on-screen, but have zero sizes.
120120
````
121121

122122
## clientTop/Left

0 commit comments

Comments
 (0)