From 1fb61b0c8d82cbf2a6d06e593370533910c71b4d Mon Sep 17 00:00:00 2001 From: Michael Dyck Date: Sat, 19 Oct 2024 15:22:34 -0400 Subject: [PATCH] Editorial: Fix two simple typos --- spec.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec.html b/spec.html index 3ff871af83..4981279311 100644 --- a/spec.html +++ b/spec.html @@ -42336,7 +42336,7 @@

Abstract Operations For Set Objects

Set Records

-

An Set Record is a Record value used to encapsulate the interface of a Set or similar object.

+

A Set Record is a Record value used to encapsulate the interface of a Set or similar object.

Set Records have the fields listed in .

@@ -45516,7 +45516,7 @@

Atomics.wait ( _typedArray_, _index_, _value_, _timeout_ )

Atomics.waitAsync ( _typedArray_, _index_, _value_, _timeout_ )

-

This function returns a Promise that is resolved when the calling agent is notified or the the timeout is reached.

+

This function returns a Promise that is resolved when the calling agent is notified or the timeout is reached.

It performs the following steps when called:

1. Return ? DoWait(~async~, _typedArray_, _index_, _value_, _timeout_).