From 54008be05e8bd019c31e0587ee5ce8ee17616aba Mon Sep 17 00:00:00 2001 From: Dominic Farolino Date: Mon, 20 Nov 2023 16:37:26 -0500 Subject: [PATCH] Add trailing semicolon after `SubscribeOptions` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8586d46..4a42a24 100644 --- a/README.md +++ b/README.md @@ -317,7 +317,7 @@ dictionary Observer { dictionary SubscribeOptions { AbortSignal signal; -} +}; dictionary PromiseOptions { AbortSignal signal;