Skip to content

Commit 971ca9e

Browse files
docs(README.md): update
1 parent 429381e commit 971ca9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
16431643
class 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

0 commit comments

Comments
 (0)