Skip to content

Commit 5846bef

Browse files
Trottaddaleax
authored andcommitted
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: #34626 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gerhard Stöbich <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
1 parent c440748 commit 5846bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/async_hooks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ class DBQuery extends AsyncResource {
733733
}
734734
```
735735

736-
#### `static AsyncResource.bind(fn[, type])`
736+
#### Class Method: `AsyncResource.bind(fn[, type])`
737737
<!-- YAML
738738
added: REPLACEME
739739
-->

0 commit comments

Comments
 (0)