Skip to content

Commit 0cb1488

Browse files
committed
Update TSDocs for __proto__
1 parent d3f34b5 commit 0cb1488

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
interface Object {
22
/**
3-
* Deprecated accessor to `Object.prototype`.
3+
* Accessor to [[Prototype]].
4+
* This is non-standard and deprecated; prefer get/set
45
*/
56
__proto__: object | null;
67
}

0 commit comments

Comments
 (0)