Skip to content

Commit ad0c8fd

Browse files
committed
Fix incorrectly named variables.
1 parent 8d188f5 commit ad0c8fd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

index.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,7 @@ lie outside the valid range of values for its type, as given in
11841184

11851185
1. Let |S| be the sequence of characters matched by the
11861186
<emu-t class="symbol"><a href="#prod-float">float</a></emu-t> token.
1187-
1. Let |value| be the Mathematical Value that would be obtained if
1187+
1. Let |result| be the Mathematical Value that would be obtained if
11881188
|S| were parsed as an ECMAScript [=NumericLiteral=].
11891189
1. If the <emu-t class="symbol"><a href="#prod-float">float</a></emu-t> token is being
11901190
used as the value for a {{float}} or {{unrestricted float}}, then
@@ -2524,7 +2524,7 @@ which can take one of the following six forms:
25242524
[=converted to a serialized value|converting=]
25252525
|V| to a serialized value.
25262526
1. Set |i| to |i| + 1.
2527-
1. Return |map|.
2527+
1. Return |list|.
25282528
</div>
25292529
* A single attribute:
25302530

@@ -12262,7 +12262,7 @@ defined in section [[#platformobjectset]].
1226212262
[=set the value of an existing named property=]
1226312263
with |P| as the name and |value| as the value.
1226412264
1. Otherwise, |operation| was defined with an identifier. Perform the steps listed in the description of
12265-
|operation| with |index| and |value| as the two argument values.
12265+
|operation| with |P| and |value| as the two argument values.
1226612266
</div>
1226712267

1226812268

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2539,7 +2539,7 @@ <h4 class="heading settled" data-level="2.2.1" id="idl-constants"><span class="s
25392539
<li data-md="">
25402540
<p>Let <var>S</var> be the sequence of characters matched by the <emu-t class="symbol"><a href="#prod-float">float</a></emu-t> token.</p>
25412541
<li data-md="">
2542-
<p>Let <var>value</var> be the Mathematical Value that would be obtained if <var>S</var> were parsed as an ECMAScript <a data-link-type="dfn" href="https://tc39.github.io/ecma262/#sec-literals-numeric-literals">NumericLiteral</a>.</p>
2542+
<p>Let <var>result</var> be the Mathematical Value that would be obtained if <var>S</var> were parsed as an ECMAScript <a data-link-type="dfn" href="https://tc39.github.io/ecma262/#sec-literals-numeric-literals">NumericLiteral</a>.</p>
25432543
<li data-md="">
25442544
<p>If the <emu-t class="symbol"><a href="#prod-float">float</a></emu-t> token is being
25452545
used as the value for a <code class="idl"><a data-link-type="idl" href="#idl-float" id="ref-for-idl-float-1">float</a></code> or <code class="idl"><a data-link-type="idl" href="#idl-unrestricted-float" id="ref-for-idl-unrestricted-float-1">unrestricted float</a></code>, then
@@ -3538,7 +3538,7 @@ <h5 class="heading settled" data-level="2.2.4.3" id="idl-serializers"><span clas
35383538
<p>Set <var>i</var> to <var>i</var> + 1.</p>
35393539
</ol>
35403540
<li data-md="">
3541-
<p>Return <var>map</var>.</p>
3541+
<p>Return <var>list</var>.</p>
35423542
</ol>
35433543
</div>
35443544
<li data-md="">
@@ -11804,7 +11804,7 @@ <h4 class="heading settled" data-level="3.8.5" id="invoking-named-setter"><span
1180411804
<p>Otherwise, <var>creating</var> is false. Perform the steps listed in the interface description to <a data-link-type="dfn" href="#dfn-set-the-value-of-an-existing-named-property" id="ref-for-dfn-set-the-value-of-an-existing-named-property-1">set the value of an existing named property</a> with <var>P</var> as the name and <var>value</var> as the value.</p>
1180511805
</ol>
1180611806
<li data-md="">
11807-
<p>Otherwise, <var>operation</var> was defined with an identifier. Perform the steps listed in the description of <var>operation</var> with <var>index</var> and <var>value</var> as the two argument values.</p>
11807+
<p>Otherwise, <var>operation</var> was defined with an identifier. Perform the steps listed in the description of <var>operation</var> with <var>P</var> and <var>value</var> as the two argument values.</p>
1180811808
</ol>
1180911809
</div>
1181011810
<h4 class="heading settled" data-level="3.8.6" id="platformobjectset"><span class="secno">3.8.6. </span><span class="content">Platform object [[Set]] method</span><a class="self-link" href="#platformobjectset"></a></h4>

0 commit comments

Comments
 (0)