From 7cf4a4b2b8ecfeedd477cfb6c13def13f47e4c04 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 b44fb592126850..6aa947ccbce78d 100644 --- a/doc/api/perf_hooks.md +++ b/doc/api/perf_hooks.md @@ -257,7 +257,7 @@ The type of the performance entry. It may be one of: * `'http2'` (Node.js only) * `'http'` (Node.js only) -### performanceEntry.flags +### `performanceEntry.flags`