From 1343c474f55c99b8339987b6c830dec3722014b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9?= Date: Mon, 18 May 2026 13:51:28 +0100 Subject: [PATCH] doc: remove unsupported template type from v8.md Signed-off-by: Renegade334 --- doc/api/v8.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/v8.md b/doc/api/v8.md index fee6b067596fde..cf8777db973425 100644 --- a/doc/api/v8.md +++ b/doc/api/v8.md @@ -389,7 +389,7 @@ changes: * `format` {string} If it's `'count'`, the count of matched objects is returned. If it's `'summary'`, an array with summary strings of the matched objects is returned. -* Returns: {number|Array} +* Returns: {number|string\[]} This is similar to the [`queryObjects()` console API][] provided by the Chromium DevTools console. It can be used to search for objects that