Skip to content

Commit

Permalink
doc: use _Class Method_ in async_hooks.md
Browse files Browse the repository at this point in the history
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: #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>
  • Loading branch information
Trott authored and codebytere committed Aug 11, 2020
1 parent 4ed89a3 commit a944dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/async_hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ class DBQuery extends AsyncResource {
}
```

#### `static AsyncResource.bind(fn[, type])`
#### Class Method: `AsyncResource.bind(fn[, type])`
<!-- YAML
added: REPLACEME
-->
Expand Down

0 comments on commit a944dab

Please sign in to comment.