Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-12-23 23:13:41 +0300
committerRich Trott <rtrott@gmail.com>2019-12-27 08:36:59 +0300
commitd0f9585f521a86c2b13c1031409cd610288c770b (patch)
tree54c16bc59517a44167ceadb7fd5b9d83f309c05f /doc/api/addons.md
parent5998523db608e70f5ebb43ad0e987de9c2562b6b (diff)
doc: use code markup/markdown in headers in addons documentation
PR-URL: https://github.com/nodejs/node/pull/31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'doc/api/addons.md')
-rw-r--r--doc/api/addons.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/addons.md b/doc/api/addons.md
index 3b33b9cffe5..d011af902d1 100644
--- a/doc/api/addons.md
+++ b/doc/api/addons.md
@@ -392,7 +392,7 @@ only the symbols exported by Node.js will be available.
source image. Using this option, the Addon will have access to the full set of
dependencies.
-### Loading Addons using require()
+### Loading Addons using `require()`
The filename extension of the compiled Addon binary is `.node` (as opposed
to `.dll` or `.so`). The [`require()`][require] function is written to look for