summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel Nalborczyk <dnalborczyk@gmail.com>2019-11-26 10:33:38 -0500
committerAnna Henningsen <anna@addaleax.net>2019-11-30 01:45:08 +0100
commit1eb7329a3374191a4fc4db5cd4909c02b8c320fc (patch)
treef0a0f562fb18c348a79d4837fcee02184caf4108 /doc
parentc8ca99f7ab2f01bc1eff729a543e39d05d2aa775 (diff)
downloadandroid-node-v8-1eb7329a3374191a4fc4db5cd4909c02b8c320fc.tar.gz
android-node-v8-1eb7329a3374191a4fc4db5cd4909c02b8c320fc.tar.bz2
android-node-v8-1eb7329a3374191a4fc4db5cd4909c02b8c320fc.zip
doc: fix worker.resourceLimits indentation
PR-URL: https://github.com/nodejs/node/pull/30663 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/worker_threads.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md
index b1402d66e1..b334a1091b 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
<!-- YAML
added: v13.2.0
-->