Skip to content

Commit 608978e

Browse files
committed
fixing InstallResult type definition
1 parent 13d0f1f commit 608978e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11324,9 +11324,9 @@ ExtensionsCommand = (
1132411324
[=local end definition=]
1132511325

1132611326
<pre class="cddl local-cddl">
11327-
ExtensionsResult = (
11327+
ExtensionsResult = {
1132811328
extensions.InstallResult
11329-
)
11329+
}
1133011330
</pre>
1133111331

1133211332
### Types ### {#module-extensions-types}

0 commit comments

Comments
 (0)