Skip to content

Commit 599b9c5

Browse files
Update dom/src/main/scala/org/scalajs/dom/NDEFMessage.scala
Co-authored-by: zetashift <rskaraya@gmail.com>
1 parent 0072cb8 commit 599b9c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import scala.scalajs.js.annotation.JSGlobal
77
* or could be written to an NFC tag. An instance is acquired by calling the NDEFMessage() constructor or from the
88
* NDEFReadingEvent.message property, which is passed to the reading event.
99
*
10-
* @param records\
10+
* @param records
1111
* The records property of NDEFMessage interface represents a list of NDEFRecords present in the NDEF message.
1212
*/
1313
@js.native

0 commit comments

Comments
 (0)