Skip to content

Commit

Permalink
fixing InstallResult type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmod committed Oct 10, 2024
1 parent 13d0f1f commit da00aa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -11415,9 +11415,9 @@ The <dfn export for=commands>extensions.install</dfn> command installs an extens
<dt>Result Type</dt>
<dd>
<pre class="cddl local-cddl">
extensions.InstallResult = (
extensions.InstallResult = {
extensionId: text
)
}
</pre>
</dd>
</dl>
Expand Down

0 comments on commit da00aa5

Please sign in to comment.