Skip to content

Commit c727ab4

Browse files
committed
Fix TSDocs
1 parent c72db83 commit c727ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
interface Object {
22
/**
33
* Accessor to [[Prototype]].
4-
* This is non-standard and deprecated; prefer get/set
4+
* This is non-standard and deprecated; prefer { Object, Reflect }.{ getPrototypeOf, setPrototypeOf }
55
*/
66
__proto__: object | null;
77
}

0 commit comments

Comments
 (0)