Skip to content

Commit 010ecb2

Browse files
Editorial: Update a variable with set, not let (#415)
Per https://infra.spec.whatwg.org/#variables
1 parent bfd4953 commit 010ecb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1561,9 +1561,9 @@ be updated.
15611561

15621562
1. Let |value| be the [=key/value=] of |key|.
15631563

1564-
1. Let |value| be the minimum of |value| and 2<sup>53</sup> (9007199254740992).
1564+
1. Set |value| to the minimum of |value| and 2<sup>53</sup> (9007199254740992).
15651565

1566-
1. Let |value| be the largest integer not greater than |value|.
1566+
1. Set |value| to the largest integer not greater than |value|.
15671567

15681568
1. Let |generator| be |store|'s [=key generator=].
15691569

0 commit comments

Comments
 (0)