You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -165,7 +165,7 @@ <h1>
165
165
1. Set _I_ to _I_ + 1.
166
166
1. Else,
167
167
1. Assert: _typedValNode_ is an |ObjectLiteral| Parse Node.
168
-
1. Let _propertyNodes_ be PropertyDefinitionList of _typedValNode_.
168
+
1. Let _propertyNodes_ be PropertyDefinitionNodes of _typedValNode_.
169
169
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.
170
170
1. Let _keys_ be ! EnumerableOwnProperties(_val_, ~key~).
0 commit comments