Skip to content

Commit

Permalink
add back and/or
Browse files Browse the repository at this point in the history
  • Loading branch information
pzuraq committed Feb 2, 2024
1 parent daac91a commit 59003ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -4742,7 +4742,7 @@ <h1>The ClassElementDefinition Record Specification Type</h1>
[[Key]]
</td>
<td>
~field~, ~method~, ~accessor~, ~getter~, ~setter~
~field~, ~method~, ~accessor~, ~getter~, and ~setter~
</td>
<td>
a Private Name, a String, or a Symbol
Expand All @@ -4756,10 +4756,10 @@ <h1>The ClassElementDefinition Record Specification Type</h1>
[[Kind]]
</td>
<td>
~field~, ~method~, ~accessor~, ~getter~, ~setter~
~field~, ~method~, ~accessor~, ~getter~, and ~setter~
</td>
<td>
~field~, ~method~, ~accessor~, ~getter~, ~setter~
~field~, ~method~, ~accessor~, ~getter~, or ~setter~
</td>
<td>
The kind of the element.
Expand Down Expand Up @@ -4826,7 +4826,7 @@ <h1>The ClassElementDefinition Record Specification Type</h1>
[[Decorators]]
</td>
<td>
~field~, ~method~, ~accessor~, ~getter~, ~setter~
~field~, ~method~, ~accessor~, ~getter~, and ~setter~
</td>
<td>
a List of DecoratorDefinition Records or ~empty~
Expand Down

0 comments on commit 59003ed

Please sign in to comment.