Skip to content

Commit 37b4e77

Browse files
committed
Rename identifiers
1 parent e1ae929 commit 37b4e77

File tree

1 file changed

+4
-4
lines changed
  • lib/node_modules/@stdlib/utils/function-name

1 file changed

+4
-4
lines changed

lib/node_modules/@stdlib/utils/function-name/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ try {
4848

4949
* For more information regarding the naming of anonymous functions, see
5050

51-
- [Function Names in ES6][2ality]
51+
- [Function Names in ES6][2ality-function-names]
5252
- Webkit bug [7726][webkit-bug-7726]
53-
- [MDN][mdn]
53+
- [MDN][mdn-function-name]
5454

5555
</section>
5656

@@ -102,9 +102,9 @@ bool = functionName( function () {} );
102102

103103
<section class="links">
104104

105-
[2ality]: http://www.2ality.com/2015/09/function-names-es6.html
105+
[2ality-function-names]: http://www.2ality.com/2015/09/function-names-es6.html
106106
[webkit-bug-7726]: https://bugs.webkit.org/show_bug.cgi?id=7726
107-
[mdn]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/name
107+
[mdn-function-name]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/name
108108

109109
</section>
110110

0 commit comments

Comments
 (0)