Skip to content

Commit 34e2eb2

Browse files
authored
Merge pull request #783 from faveoled/patch-2
Fix doc in HTMLAnchorElement.scala
2 parents 9e89d7c + 1412bb4 commit 34e2eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dom/src/main/scala/org/scalajs/dom/HTMLAnchorElement.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ abstract class HTMLAnchorElement extends HTMLElement {
2525
/** Is a DOMString representing the protocol component, including trailing colon (':'), of the referenced URL. */
2626
var protocol: String = js.native
2727

28-
/** Is a DOMString representing tThe search element, including leading question mark ('?'), if any, of the referenced
28+
/** Is a DOMString representing the search element, including leading question mark ('?'), if any, of the referenced
2929
* URL.
3030
*/
3131
var search: String = js.native

0 commit comments

Comments
 (0)