From 0f2e04e50f3f9d2f2996017a27c6248fb43072ce Mon Sep 17 00:00:00 2001 From: Michael Dyck Date: Fri, 8 Nov 2024 11:10:54 +0000 Subject: [PATCH] Editorial: Fix two simple typos (#3454) --- spec.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec.html b/spec.html index de6055b5c6..31b05e8afe 100644 --- a/spec.html +++ b/spec.html @@ -42372,7 +42372,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 .

@@ -45552,7 +45552,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_).