We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e89d7c commit 1412bb4Copy full SHA for 1412bb4
dom/src/main/scala/org/scalajs/dom/HTMLAnchorElement.scala
@@ -25,7 +25,7 @@ abstract class HTMLAnchorElement extends HTMLElement {
25
/** Is a DOMString representing the protocol component, including trailing colon (':'), of the referenced URL. */
26
var protocol: String = js.native
27
28
- /** Is a DOMString representing tThe search element, including leading question mark ('?'), if any, of the referenced
+ /** Is a DOMString representing the search element, including leading question mark ('?'), if any, of the referenced
29
* URL.
30
*/
31
var search: String = js.native
0 commit comments