We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ddfa4d commit 731eeefCopy full SHA for 731eeef
dom/src/main/scala/org/scalajs/dom/Element.scala
@@ -266,7 +266,7 @@ abstract class Element extends Node with NodeSelector with ParentNode with NonDo
266
/** Returns the open shadow root that is hosted by the element, or null if no open shadow root is present. */
267
def shadowRoot: ShadowRoot = js.native
268
269
- /** The Element.replaceWith() method replaces this Element in the children list of its parent with a set of Node or
+ /** Replaces this Element in the children list of its parent with a set of Node or
270
* string objects. String objects are inserted as equivalent Text nodes.
271
*/
272
def replaceWith(nodes: (Node | String)*): Unit = js.native
0 commit comments