File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1637,7 +1637,7 @@ const stringInstance: String = StringObject.get;
16371637
16381638### SymbolObject
16391639
1640- The object handles creating and getting the ` symbol ` object instance with ` Symbol() ` .
1640+ The object handles creating and getting the [ ` Symbol ` ] [ symbol ] object instance with [ ` Symbol() ` ] [ symbolconstructor ] .
16411641
16421642``` typescript
16431643class SymbolObject {
@@ -1863,6 +1863,7 @@ MIT © angular-package ([license](https://github.com/angular-package/type/blob/m
18631863[ stringconstructor ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/String
18641864
18651865[ symbol ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol
1866+ [ symbolconstructor ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/Symbol
18661867
18671868[ new ] : https://img.shields.io/badge/-new-red
18681869
You can’t perform that action at this time.
0 commit comments