We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2311de1 commit 44bf2cfCopy full SHA for 44bf2cf
dom/src/main/scala/org/scalajs/dom/Audio.scala
@@ -9,7 +9,7 @@ package org.scalajs.dom
9
import scala.scalajs.js
10
import scala.scalajs.js.annotation._
11
12
-/** creates and returns a new HTMLAudioElement which can be either attached to a document for the user to interact with
+/** Creates and returns a new HTMLAudioElement which can be either attached to a document for the user to interact with
13
* and/or listen to, or can be used offscreen to manage and play audio.
14
*/
15
@JSGlobal
0 commit comments