Skip to content

Commit

Permalink
Add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner authored Jan 28, 2025
1 parent 04cd8fb commit c23115d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -474,8 +474,7 @@ ResultData = (
WebExtensionResult
)

EmptyResult = {
Extensible
EmptyResult =
}

Event = {
Expand Down Expand Up @@ -1695,7 +1694,7 @@ session.PacProxyConfiguration = (
)

session.SystemProxyConfiguration = (
proxyType: "system"
proxyType: "system",
Extensible
)

Expand Down

0 comments on commit c23115d

Please sign in to comment.