Skip to content

Commit b5ee04b

Browse files
committed
Fixup some references
1 parent 197fa89 commit b5ee04b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4291,7 +4291,7 @@ WorkletRealmInfo = {
42914291
</pre>
42924292

42934293
Note: there's a 1:1 relationship between the <code>RealmInfo</code> variants and values of
4294-
<a href="#type-script-RealmType"><code>RealmType</code></a>.
4294+
<a href="#type-script-Realm"><code>RealmType</code></a>.
42954295

42964296
The <code>RealmInfo</code> type represents the properties of a realm.
42974297

@@ -4404,7 +4404,7 @@ RealmType = "window" / "dedicated-worker" / "shared-worker" / "service-worker" /
44044404
The <code>RealmType</code> type represents the different types of Realm.
44054405

44064406

4407-
#### The script.StackFrame type #### {#types-script-StackFrame}
4407+
#### The script.StackFrame type #### {#type-script-StackFrame}
44084408

44094409
<pre class="cddl remote-cddl local-cddl">
44104410
StackFrame = {
@@ -4421,7 +4421,7 @@ script, a <code>functionName</code> property which represents the name of the
44214421
executing function, and <code>lineNumber</code> and <code>columnNumber</code>
44224422
properties, which represent the line and column number of the executed code.
44234423

4424-
#### The script.StackTrace type #### {#types-script-StackTrace}
4424+
#### The script.StackTrace type #### {#type-script-StackTrace}
44254425

44264426
<pre class="cddl remote-cddl local-cddl">
44274427
StackTrace = {

0 commit comments

Comments
 (0)