From 727a016148dcf8a5b8c34ca8ff1c082d9456f573 Mon Sep 17 00:00:00 2001 From: Richard Date: Mon, 16 Dec 2024 08:35:25 -0800 Subject: [PATCH] fix internal docs --- _internal/arrayMapPool.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_internal/arrayMapPool.js b/_internal/arrayMapPool.js index 6ebc585e..d80f17a3 100644 --- a/_internal/arrayMapPool.js +++ b/_internal/arrayMapPool.js @@ -48,7 +48,7 @@ const arrayMapPoolAsync = async function ( * * @synopsis * ```coffeescript [specscript] - * arrayMapPool(array Array, concurrency number, f function) -> Promise|string + * arrayMapPool(array Array, concurrency number, f function) -> Promise|array * ``` * * @description