From 014365a30268bceeb34cad23559aa10baae030fc Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Sat, 7 Sep 2019 19:09:17 +0200 Subject: [PATCH] doc: mention unit for process.hrtime.bigint() The example states this already, but I would have expected this to be part of the description, too. --- doc/api/process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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