docs: fix API documentation
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 12 Aug 2023 12:38:02 +0000 (14:38 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 12 Aug 2023 12:38:02 +0000 (14:38 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
docs/api.md

index 9662c29830f0f7e8c799029d2d4d2ada207d9f8f..d45702c700c59aa42e4d27ba45788f02cee42540 100644 (file)
@@ -36,7 +36,7 @@
 ### `pool.execute(data, name, transferList)`
 
 `data` (optional) An object that you want to pass to your worker implementation  
-`name` (optional) A string with the task function name that you want to execute on the worker. Default: `'default'`
+`name` (optional) A string with the task function name that you want to execute on the worker. Default: `'default'`  
 `transferList` (optional) An array of transferable objects that you want to transfer to your [worker_threads](https://nodejs.org/api/worker_threads.html) worker implementation
 
 This method is available on both pool implementations and returns a promise with the task function execution response.