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>2020-08-05 02:23:26 +0300
committerRich Trott <rtrott@gmail.com>2020-08-07 02:45:48 +0300
commite692adf3cf29eb33fafa8be0e1bfa1b8aee404fa (patch)
tree0c1f621b6f9de84bbc0b4ab6565041730046af38 /doc/api/async_hooks.md
parent22cbbcf9d9374d4b663bf1409f292212fa57623a (diff)
doc: use _Class Method_ in async_hooks.md
We use _Class Method_ rather than _static_ in documentation headers in buffer.md and crypto.md. We use _static_ in one place in async_hooks.md. Change to _Class Method_ for consistency. PR-URL: https://github.com/nodejs/node/pull/34626 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Diffstat (limited to 'doc/api/async_hooks.md')
-rw-r--r--doc/api/async_hooks.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/async_hooks.md b/doc/api/async_hooks.md
index ebab01f6f79..f64b3b4e693 100644
--- a/doc/api/async_hooks.md
+++ b/doc/api/async_hooks.md
@@ -729,7 +729,7 @@ class DBQuery extends AsyncResource {
}
```
-#### `static AsyncResource.bind(fn[, type])`
+#### Class Method: `AsyncResource.bind(fn[, type])`
<!-- YAML
added: REPLACEME
-->