summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/api/process.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/process.md b/doc/api/process.md
index 0c2f61d16e..778abbb903 100644
--- a/doc/api/process.md
+++ b/doc/api/process.md
@@ -1339,7 +1339,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