X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fapi.md;h=29ae73799858356f87d10d197e20c9c67a7fe9b5;hb=refs%2Ftags%2Fv3.1.3;hp=0a13927586a9dd17c97d9925fce2fe77e4d9ef45;hpb=c3719753af0a9be03abf722a7543495359e817b5;p=poolifier.git 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.