Skip to content

Commit 0b3fe3c

Browse files
committed
Rename identifiers
1 parent 750f8ca commit 0b3fe3c

File tree

1 file changed

+4
-4
lines changed
  • lib/node_modules/@stdlib/assert/is-native-function

1 file changed

+4
-4
lines changed

lib/node_modules/@stdlib/assert/is-native-function/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<section class="intro">
77

8-
Native functions execute native code that is typically not written in JavaScript, but a lower-level language like C++. This includes the JavaScript [built-in functions][builtins], functions implemented using [Node.js C/C++ addons][node-addons], and code compiled via [WebAssembly][web-assembly].
8+
Native functions execute native code that is typically not written in JavaScript, but a lower-level language like C++. This includes the JavaScript [built-in functions][mdn-builtins], functions implemented using [Node.js C/C++ addons][node-js-add-ons], and code compiled via [WebAssembly][webassembly].
99

1010
</section>
1111

@@ -86,9 +86,9 @@ bool = isNativeFunction( {} );
8686

8787
<section class="links">
8888

89-
[builtins]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects
90-
[node-addons]: https://nodejs.org/api/addons.html
91-
[web-assembly]: http://webassembly.org/
89+
[mdn-builtins]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects
90+
[node-js-add-ons]: https://nodejs.org/api/addons.html
91+
[webassembly]: http://webassembly.org/
9292

9393
</section>
9494

0 commit comments

Comments
 (0)