Skip to content

Commit 44bf2cf

Browse files
armanbilgezetashift
andauthoredFeb 9, 2023
Capitlization
Co-authored-by: zetashift <[email protected]>
1 parent 2311de1 commit 44bf2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎dom/src/main/scala/org/scalajs/dom/Audio.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ package org.scalajs.dom
99
import scala.scalajs.js
1010
import scala.scalajs.js.annotation._
1111

12-
/** creates and returns a new HTMLAudioElement which can be either attached to a document for the user to interact with
12+
/** Creates and returns a new HTMLAudioElement which can be either attached to a document for the user to interact with
1313
* and/or listen to, or can be used offscreen to manage and play audio.
1414
*/
1515
@JSGlobal

0 commit comments

Comments
 (0)
Please sign in to comment.