We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 731eeef commit a41e082Copy full SHA for a41e082
dom/src/main/scala/org/scalajs/dom/Element.scala
@@ -266,8 +266,8 @@ 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
- /** 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.
+ /** Replaces this Element in the children list of its parent with a set of Node or string objects. String objects are
+ * inserted as equivalent Text nodes.
271
*/
272
def replaceWith(nodes: (Node | String)*): Unit = js.native
273
}
0 commit comments