Skip to content

Commit c9d5ed0

Browse files
Quafadaszetashift
andauthored
Update dom/src/main/scala/org/scalajs/dom/MathMLElement.scala
Co-authored-by: zetashift <[email protected]>
1 parent ce29198 commit c9d5ed0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ package org.scalajs.dom
33
import scala.scalajs.js
44
import scala.scalajs.js.annotation._
55

6-
/** Represents a Scala.js facade for the MathML element. Documentation for MathML elements can be found at:
7-
* https://developer.mozilla.org/en-US/docs/Web/MathML/Element
8-
*
9-
* All MathMl elements implement this interface.
6+
/** The MathMLElement interface represents any MathML element.
107
*/
118
@js.native
129
@JSGlobal

0 commit comments

Comments
 (0)