Skip to content

Commit e9481f7

Browse files
committed
Editorial: Rename new SDO to distinguish it from grammar nonterminals
#41 (comment)
1 parent dec345c commit e9481f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spec.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ <h1>
165165
1. Set _I_ to _I_ + 1.
166166
1. Else,
167167
1. Assert: _typedValNode_ is an |ObjectLiteral| Parse Node.
168-
1. Let _propertyNodes_ be PropertyDefinitionList of _typedValNode_.
168+
1. Let _propertyNodes_ be PropertyDefinitionNodes of _typedValNode_.
169169
1. NOTE: Because _val_ was produced from JSON text and has not been modified, all of its property keys are Strings and will be exhaustively enumerated in source text order.
170170
1. Let _keys_ be ! EnumerableOwnProperties(_val_, ~key~).
171171
1. For each String _P_ of _keys_, do
@@ -402,9 +402,9 @@ <h1>
402402
</ins>
403403
404404
<ins class="block">
405-
<emu-clause id="sec-static-semantics-propertydefinitionlist" type="sdo">
405+
<emu-clause id="sec-static-semantics-propertydefinitionnodes" type="sdo">
406406
<h1>
407-
Static Semantics: PropertyDefinitionList (
407+
Static Semantics: PropertyDefinitionNodes (
408408
): a List of Parse Nodes
409409
</h1>
410410
<dl class="header">
@@ -422,7 +422,7 @@ <h1>
422422
423423
<emu-grammar>PropertyDefinitionList : PropertyDefinitionList `,` PropertyDefinition</emu-grammar>
424424
<emu-alg>
425-
1. Return the list-concatenation of PropertyDefinitionList of |PropertyDefinitionList| and &laquo; |PropertyDefinition| &raquo;.
425+
1. Return the list-concatenation of PropertyDefinitionNodes of |PropertyDefinitionList| and &laquo; |PropertyDefinition| &raquo;.
426426
</emu-alg>
427427
</emu-clause>
428428
</ins>

0 commit comments

Comments
 (0)