Skip to content

Commit 2dfe258

Browse files
committed
types-grammar, ch3: adding footnote reference for auto-boxing in the spec
1 parent 0bfbe41 commit 2dfe258

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

types-grammar/ch3.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ But one shared characteristic is that all objects are capable of acting as colle
2525

2626
## Fundamental Objects
2727

28-
In Chapter 2, I briefly mentioned *auto-boxing*, which we'll now revisit.
28+
In Chapter 2, I briefly mentioned *auto-boxing*, which we'll now revisit. [^AutoBoxing]
2929

3030
// TODO
31+
32+
[^AutoBoxing]: "6.2.4.6 PutValue(V,W)", Step 5.a, ECMAScript 2022 Language Specification; https://262.ecma-international.org/13.0/#sec-putvalue ; Accessed August 2022

0 commit comments

Comments
 (0)