File tree 1 file changed +3
-3
lines changed
lib/node_modules/@stdlib/utils/detect-tostringtag-support
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Symbol.toStringTag Support
2
2
3
- > Detect native [ ` Symbol.toStringTag ` ] [ symbol ] support.
3
+ > Detect native [ ` Symbol.toStringTag ` ] [ mdn- symbol] support.
4
4
5
5
<section class =" usage " >
6
6
@@ -12,7 +12,7 @@ var hasToStringTagSupport = require( '@stdlib/utils/detect-symbol-support' );
12
12
13
13
#### hasToStringTagSupport()
14
14
15
- Detects if a runtime environment supports ES2015 [ ` Symbol.toStringTag ` ] [ symbol ] .
15
+ Detects if a runtime environment supports ES2015 [ ` Symbol.toStringTag ` ] [ mdn- symbol] .
16
16
17
17
``` javascript
18
18
var bool = hasToStringTagSupport ();
@@ -86,7 +86,7 @@ $ hastostringtag
86
86
87
87
<section class =" links " >
88
88
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
90
90
91
91
</section >
92
92
You can’t perform that action at this time.
0 commit comments