Skip to content

Commit a8acb96

Browse files
committed
1 parent 5856ee2 commit a8acb96

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ DOM tree, with element query support.
66
Per the design, it intends to parse massive HTML files in lowest price, thus the
77
performance is the top priority. For this reason, some malformatted HTML may not
88
be able to parse correctly, but most usual errors are covered (eg. HTML4 style
9-
no closing `<li>`, `<td>` etc).
9+
no closing `<td>` etc).
1010

1111
## Install
1212

@@ -186,7 +186,6 @@ Node --|> TextNode
186186
Node ..> ClassList
187187
```
188188

189-
190189
## HTMLElement Methods
191190

192191
### trimRight()
@@ -316,7 +315,6 @@ Clone a node.
316315

317316
Get element by it's ID.
318317

319-
320318
## HTMLElement Properties
321319

322320
### text

0 commit comments

Comments
 (0)