We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a5ba60 commit 9abee07Copy full SHA for 9abee07
doc/api/process.md
@@ -1339,7 +1339,7 @@ added: v10.7.0
1339
* Returns: {bigint}
1340
1341
The `bigint` version of the [`process.hrtime()`][] method returning the
1342
-current high-resolution real time in a `bigint`.
+current high-resolution real time in nanoseconds as a `bigint`.
1343
1344
Unlike [`process.hrtime()`][], it does not support an additional `time`
1345
argument since the difference can just be computed directly
0 commit comments