Skip to content

Commit

Permalink
Editorial: fix capitalization of "Object type" (#3086)
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkot authored and ljharb committed Jun 1, 2023
1 parent 2a92ed0 commit 902c08f
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 @@ -2689,7 +2689,7 @@ <h1>

<emu-clause id="sec-object-type">
<h1>The Object Type</h1>
<p>Each instance of the <dfn variants="is an Object,is not an Object">Object Type</dfn>, also referred to simply as “an Object”, represents a collection of properties. Each property is either a data property, or an accessor property:</p>
<p>Each instance of the <dfn variants="is an Object,is not an Object">Object type</dfn>, also referred to simply as “an Object”, represents a collection of properties. Each property is either a data property, or an accessor property:</p>
<ul>
<li>
A <dfn variants="data properties">data property</dfn> associates a key value with an ECMAScript language value and a set of Boolean attributes.
Expand Down

0 comments on commit 902c08f

Please sign in to comment.