Skip to content

Commit

Permalink
Add trailing semicolon after SubscribeOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
domfarolino committed Nov 20, 2023
1 parent 1dc5463 commit 54008be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ dictionary Observer {

dictionary SubscribeOptions {
AbortSignal signal;
}
};

dictionary PromiseOptions {
AbortSignal signal;
Expand Down

0 comments on commit 54008be

Please sign in to comment.