Skip to content

Commit 887e3ec

Browse files
authored
doc: fix typo in process.unref documentation
PR-URL: #59698 Reviewed-By: Luigi Pinca <[email protected]>
1 parent 8c32a71 commit 887e3ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4337,7 +4337,7 @@ added:
43374337
43384338
> Stability: 1 - Experimental
43394339
4340-
* `maybeUnfefable` {any} An object that may be "unref'd".
4340+
* `maybeRefable` {any} An object that may be "unref'd".
43414341
43424342
An object is "unrefable" if it implements the Node.js "Refable protocol".
43434343
Specifically, this means that the object implements the `Symbol.for('nodejs.ref')`

0 commit comments

Comments
 (0)