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 <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>
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

Lines changed: 1 addition & 1 deletion
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)