From db0d1ae916b79ce687a069553c2faced489c57ec Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 19 Feb 2024 12:38:23 -0800 Subject: [PATCH] Markup: fix SAB toStringTag section ID (#3285) Fixes #3284 --- spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.html b/spec.html index bc7cf0faa9..43c5df5341 100644 --- a/spec.html +++ b/spec.html @@ -43617,7 +43617,7 @@

SharedArrayBuffer.prototype.slice ( _start_, _end_ )

- +

SharedArrayBuffer.prototype [ @@toStringTag ]

The initial value of the @@toStringTag property is the String value *"SharedArrayBuffer"*.

This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *true* }.