Skip to content

Commit b78278b

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 fbd411d commit b78278b

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
@@ -727,7 +727,7 @@ class DBQuery extends AsyncResource {
727727
}
728728
```
729729

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

0 commit comments

Comments
 (0)