Commit fd1f3e5321e for nodejs

commit fd1f3e5321e074f1283a309c8629754f43b28d30
Author: yuki motokane <216834584+motokaneyuki@users.noreply.github.com>
Date:   Thu Sep 24 00:24:16 2026 +0900

    doc: add return type to Blocklist.isBlocklist

    Signed-off-by: Yuki Motokane <216834584+motokaneyuki@users.noreply.github.com>
    PR-URL: https://github.com/nodejs/node/pull/66181
    Refs: https://github.com/nodejs/doc-kit/issues/953
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Tim Perry <pimterry@gmail.com>
    Reviewed-By: Xuguang Mei <meixuguang@gmail.com>

diff --git a/doc/api/net.md b/doc/api/net.md
index abe4661b70b..aabfaa4ead5 100644
--- a/doc/api/net.md
+++ b/doc/api/net.md
@@ -248,7 +248,7 @@ added:
 -->

 * `value` {any} Any JS value
-* Returns `true` if the `value` is a `net.BlockList`.
+* Returns {boolean} `true` if the `value` is a `net.BlockList`.

 ### `BlockList.PRIVATE_RANGES`