From 7d2644968bd56d54d2886c012d18698ff3f72c35 Mon Sep 17 00:00:00 2001 From: Michael Ficarra Date: Wed, 10 Jan 2024 13:03:41 -0800 Subject: [PATCH] Editorial: use the correct type notation for GetSubstitution's captures (#3252) --- spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.html b/spec.html index 0620379f3d..c629c1c1b8 100644 --- a/spec.html +++ b/spec.html @@ -34986,7 +34986,7 @@

_matched_: a String, _str_: a String, _position_: a non-negative integer, - _captures_: a possibly empty List, each of whose elements is a String or *undefined*, + _captures_: a List of either Strings or *undefined*, _namedCaptures_: an Object or *undefined*, _replacementTemplate_: a String, ): either a normal completion containing a String or a throw completion