diff --git a/doc/api/process.md b/doc/api/process.md index aa7477d3bc5962..7839e9fce09581 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1336,7 +1336,7 @@ added: v10.7.0 * Returns: {bigint} The `bigint` version of the [`process.hrtime()`][] method returning the -current high-resolution real time in a `bigint`. +current high-resolution real time in nanoseconds as a `bigint`. Unlike [`process.hrtime()`][], it does not support an additional `time` argument since the difference can just be computed directly