From 220b795f3e16d2410253a88e664135b55cc4bb32 Mon Sep 17 00:00:00 2001 From: Michiel De Backker Date: Wed, 13 Dec 2023 08:11:45 +0100 Subject: [PATCH] Escape ampersand. --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 6f89e3b..1f7c128 100644 --- a/index.bs +++ b/index.bs @@ -698,6 +698,6 @@ Note: The type keys and capability IDs for these extensions are not officially r ; type key 1102 data-channel-open-response = { response - 1: &result ; result + 1: &result ; result } \ No newline at end of file