Skip to content

Commit

Permalink
Editorial: use the correct type notation for GetSubstitution's captur…
Browse files Browse the repository at this point in the history
…es (#3252)
  • Loading branch information
michaelficarra authored and ljharb committed Jan 10, 2024
1 parent a231519 commit 7d26449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -34986,7 +34986,7 @@ <h1>
_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
Expand Down

0 comments on commit 7d26449

Please sign in to comment.