From bb29508e8fa39e84209f5e44b6fd18cf2a52ec85 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 16 Nov 2020 07:55:45 -0800 Subject: [PATCH] doc: add link for v8.takeCoverage() PR-URL: https://github.com/nodejs/node/pull/36135 Reviewed-By: Luigi Pinca Reviewed-By: Harshitha K P --- doc/api/v8.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/api/v8.md b/doc/api/v8.md index a67c6a0f83b24b..8f13042f80b9c6 100644 --- a/doc/api/v8.md +++ b/doc/api/v8.md @@ -247,7 +247,7 @@ added: v15.1.0 The `v8.stopCoverage()` method allows the user to stop the coverage collection started by [`NODE_V8_COVERAGE`][], so that V8 can release the execution count records and optimize code. This can be used in conjunction with -`v8.takeCoverage()` if the user wants to collect the coverage on demand. +[`v8.takeCoverage()`][] if the user wants to collect the coverage on demand. ## `v8.writeHeapSnapshot([filename])`