Skip to content

Commit 70acec6

Browse files
committed
Rename identifier
1 parent 237e24a commit 70acec6

File tree

1 file changed

+3
-3
lines changed
  • lib/node_modules/@stdlib/utils/detect-tostringtag-support

1 file changed

+3
-3
lines changed

lib/node_modules/@stdlib/utils/detect-tostringtag-support/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Symbol.toStringTag Support
22

3-
> Detect native [`Symbol.toStringTag`][symbol] support.
3+
> Detect native [`Symbol.toStringTag`][mdn-symbol] support.
44
55
<section class="usage">
66

@@ -12,7 +12,7 @@ var hasToStringTagSupport = require( '@stdlib/utils/detect-symbol-support' );
1212

1313
#### hasToStringTagSupport()
1414

15-
Detects if a runtime environment supports ES2015 [`Symbol.toStringTag`][symbol].
15+
Detects if a runtime environment supports ES2015 [`Symbol.toStringTag`][mdn-symbol].
1616

1717
``` javascript
1818
var bool = hasToStringTagSupport();
@@ -86,7 +86,7 @@ $ hastostringtag
8686

8787
<section class="links">
8888

89-
[symbol]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol
89+
[mdn-symbol]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol
9090

9191
</section>
9292

0 commit comments

Comments
 (0)