diff --git a/doc/api/process.md b/doc/api/process.md index 2212cc9c8958a9..95dd6a87855954 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1415,6 +1415,8 @@ Indicates whether a callback has been set using added: v0.7.6 --> +> Stability: 3 - Legacy. Use [`process.hrtime.bigint()`][] instead. + * `time` {integer[]} The result of a previous call to `process.hrtime()` * Returns: {integer[]}