From bcb196456079326e073567d0b00bb6998b9334b0 Mon Sep 17 00:00:00 2001 From: Cheng Liu Date: Mon, 8 Feb 2021 16:23:11 +0800 Subject: [PATCH] doc: fix performanceEntry.flags style format PR-URL: https://github.com/nodejs/node/pull/37274 Reviewed-By: Antoine du Hamel Reviewed-By: Darshan Sen Reviewed-By: Zijian Liu Reviewed-By: Luigi Pinca Reviewed-By: James M Snell --- doc/api/perf_hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/perf_hooks.md b/doc/api/perf_hooks.md index 9354c40e68f552..12777fbd694e52 100644 --- a/doc/api/perf_hooks.md +++ b/doc/api/perf_hooks.md @@ -259,7 +259,7 @@ The type of the performance entry. It may be one of: * `'http2'` (Node.js only) * `'http'` (Node.js only) -### performanceEntry.flags +### `performanceEntry.flags`