From e7277e3852a6d4973702f69454c812c131df2457 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 17 Dec 2023 21:46:28 +0100 Subject: [PATCH] docs: fix docs/api.md identation MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index 0a139275..29ae7379 100644 --- a/docs/api.md +++ b/docs/api.md @@ -61,7 +61,7 @@ This method is available on both pool implementations and returns a boolean. ### `pool.addTaskFunction(name, fn)` -`name` (mandatory) The task function name. +`name` (mandatory) The task function name. `fn` (mandatory) The task function. This method is available on both pool implementations and returns a boolean promise. -- 2.34.1