Skip to content

Commit e692adf

Browse files
committed
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 22cbbcf commit e692adf

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
@@ -729,7 +729,7 @@ class DBQuery extends AsyncResource {
729729
}
730730
```
731731

732-
#### `static AsyncResource.bind(fn[, type])`
732+
#### Class Method: `AsyncResource.bind(fn[, type])`
733733
<!-- YAML
734734
added: REPLACEME
735735
-->

0 commit comments

Comments
 (0)