From 3aa342e10f826fc52563f85856f401c462b0969d Mon Sep 17 00:00:00 2001 From: Kenneth Rohde Christiansen Date: Mon, 16 Oct 2023 11:28:46 +0200 Subject: [PATCH] Fix typo --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d7e4ac9..765516e 100644 --- a/index.html +++ b/index.html @@ -893,7 +893,7 @@

Supporting algorithms

To determine the owning global object set for a {{WorkerGlobalScope}} |workerGlobalScope|:
  1. - Let |owningGlobalObjectSet| be am empty set. + Let |owningGlobalObjectSet| be an empty [=set=].
  2. [=list/For each=] |owner| in |workerGlobalScope|'s [=WorkerGlobalScope/owner set=]: