Skip to content

Commit

Permalink
[spec] remove normative optional
Browse files Browse the repository at this point in the history
Fixes #4
  • Loading branch information
ljharb committed Jan 21, 2025
1 parent cff9bf8 commit e0f66e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.emu
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ contributors: Jordan Harband, Mark Miller
<emu-clause id="sec-properties-of-the-error-prototype-object" number="3">
<h1>Properties of the Error Prototype Object</h1>

<emu-clause id="sec-get-error.prototype-stack" normative-optional>
<emu-clause id="sec-get-error.prototype-stack">
<h1>Error.prototype.stack</h1>
<p>`Error.prototype.stack` is an accessor property with attributes { [[Enumerable]]: *false*, [[Configurable]]: *true* }. The [[Get]] and [[Set]] attributes are defined as follows:</p>

Expand Down

0 comments on commit e0f66e9

Please sign in to comment.