Skip to content

Commit

Permalink
editorial remove suffix from PreloadScript commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightning00Blade authored and jgraham committed Sep 4, 2023
1 parent 6b2b25c commit 835858f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -5667,12 +5667,12 @@ relating to script realms and execution.

<pre class="cddl remote-cddl">
ScriptCommand = (
script.AddPreloadScriptCommand //
script.AddPreloadScript //
script.CallFunction //
script.Disown //
script.Evaluate //
script.GetRealms //
script.RemovePreloadScriptCommand
script.RemovePreloadScript
)
</pre>

Expand Down Expand Up @@ -7597,7 +7597,7 @@ script=].
<dt>Command Type</dt>
<dd>
<pre class="cddl remote-cddl">
script.AddPreloadScriptCommand = (
script.AddPreloadScript = (
method: "script.addPreloadScript",
params: script.AddPreloadScriptParameters
)
Expand Down Expand Up @@ -8090,7 +8090,7 @@ The <dfn export for=commands>script.removePreloadScript</dfn> command removes a
<dt>Command Type</dt>
<dd>
<pre class="cddl remote-cddl">
script.RemovePreloadScriptCommand = (
script.RemovePreloadScript = (
method: "script.removePreloadScript",
params: script.RemovePreloadScriptParameters
)
Expand Down

0 comments on commit 835858f

Please sign in to comment.