Skip to content

Commit 8c26d86

Browse files
author
Thomas Guthruf
committed
fixed readme return type
1 parent c1098fc commit 8c26d86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class HTMLElement{
114114
this removeWhitespace()
115115
Node[] querySelectorAll(string selector)
116116
Node querySelector(string selector)
117-
this matches(string selector)
117+
boolean matches(string selector)
118118
HTMLElement[] getElementsByTagName(string tagName)
119119
Node closest(string selector)
120120
Node appendChild(Node node)

0 commit comments

Comments
 (0)