From 54894c64155b74beeb3ff3bfb800b70720d5cdde Mon Sep 17 00:00:00 2001 From: Daniel Nalborczyk Date: Tue, 26 Nov 2019 10:33:38 -0500 Subject: [PATCH] doc: fix worker.resourceLimits indentation --- doc/api/worker_threads.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md index af01ed7f7fba0b..7b56bc092e36eb 100644 --- a/doc/api/worker_threads.md +++ b/doc/api/worker_threads.md @@ -157,7 +157,7 @@ console.log(receiveMessageOnPort(port2)); When this function is used, no `'message'` event will be emitted and the `onmessage` listener will not be invoked. -### worker.resourceLimits +## worker.resourceLimits