Skip to content

Commit 2f3597d

Browse files
authored
Match scaladoc to code
1 parent b26c527 commit 2f3597d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import scala.scalajs.js.|
1616
* thrown.
1717
* @example
1818
* {{{var myWorker = new SharedWorker("aURL", name);}}}
19-
* @param stringUrl
19+
* @param scriptURL
2020
* A DOMString representing the URL of the script the worker will execute. It must obey the same-origin policy.
2121
* @param options
2222
* A DOMString specifying an identifying name for the SharedWorkerGlobalScope representing the scope of the worker,

0 commit comments

Comments
 (0)