Browse Source

LibWeb: Fix typo in WebDriver section comment

Timothy Flynn 2 năm trước cách đây
mục cha
commit
159dcb9507
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Userland/Libraries/LibWeb/WebDriver/Client.h

+ 1 - 1
Userland/Libraries/LibWeb/WebDriver/Client.h

@@ -74,7 +74,7 @@ public:
     virtual Response get_element_rect(Parameters parameters, JsonValue payload) = 0;
     virtual Response is_element_enabled(Parameters parameters, JsonValue payload) = 0;
 
-    // 13. https://w3c.github.io/webdriver/#document, https://w3c.github.io/webdriver/#get-page-source
+    // 13. Document, https://w3c.github.io/webdriver/#document
     virtual Response get_source(Parameters parameters, JsonValue payload) = 0;
     virtual Response execute_script(Parameters parameters, JsonValue payload) = 0;
     virtual Response execute_async_script(Parameters parameters, JsonValue payload) = 0;