From d892f441abeda9f2e514d3af6c9bdeb756d7ffd3 Mon Sep 17 00:00:00 2001 From: Steve-Mcl Date: Fri, 20 Feb 2026 19:17:07 +0000 Subject: [PATCH] Update parameter description for subroutine call utility function --- .../@node-red/editor-client/src/types/node-red/util.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/node_modules/@node-red/editor-client/src/types/node-red/util.d.ts b/packages/node_modules/@node-red/editor-client/src/types/node-red/util.d.ts index 0a1f5676c..ed81ff513 100644 --- a/packages/node_modules/@node-red/editor-client/src/types/node-red/util.d.ts +++ b/packages/node_modules/@node-red/editor-client/src/types/node-red/util.d.ts @@ -210,7 +210,7 @@ declare namespace RED { /** * Utility function to call a reusable flow defined as a subroutine (link-in/link-out nodes). * - * @param {string} target - the target of the link-in subroutine to call (can be node ID or name of link-in node) + * @param {string} target - the target of the link-in subroutine to call (can be the name or ID of a link-in node) * @param {Object} msg - the message object to pass to the subroutine * @param {Object} [options] - call options * @param {number} [options.timeout=5000] - the maximum time to wait for a response (default: 5000ms)