Skip to content

Commit

Permalink
fix: remove stray semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Jan 28, 2025
1 parent 1d0fcc1 commit 078b8f8
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 @@ -1612,7 +1612,7 @@ session.CapabilityRequest = {
? proxy: session.ProxyConfiguration,
? unhandledPromptBehavior: session.UserPromptHandler,
Extensible
};
}
</pre>

The <code>session.CapabilityRequest</code> type represents a specific set of
Expand Down Expand Up @@ -9702,7 +9702,7 @@ script.ContextTarget = {
script.Target = (
script.ContextTarget /
script.RealmTarget
);
)
</pre>

The <code>script.Target</code> type represents a value that is either a
Expand Down

0 comments on commit 078b8f8

Please sign in to comment.