Skip to content

Commit da19be5

Browse files
dminorljharb
andauthored
Fix optional argument
Co-authored-by: Jordan Harband <[email protected]>
1 parent 0ada657 commit da19be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.emu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ markEffects: true
2525
<h1>Properties of the Error Constructor</h1>
2626

2727
<emu-clause id="sec-error.capturestacktrace">
28-
<h1>Error.captureStackTrace ( _error_, _constructor_ )</h1>
28+
<h1>Error.captureStackTrace ( _error_ [ , _constructor_ ])</h1>
2929
<emu-alg>
3030
1. If _error_ is not an Object, throw a *TypeError* exception.
3131
1. If _constructor_ is not *undefined*, then

0 commit comments

Comments
 (0)